Re: [ovs-dev] [PATCH] ofproto-dpif: Fix CONTROLLER actions for LLC frames.

2012-03-22 Thread Ben Pfaff
On Thu, Mar 22, 2012 at 04:17:42PM -0700, Ethan Jackson wrote: > The CONTROLLER action assumed that all Ethernet frames stored their > Ethernet Type in the two bytes succeeding the source and > destination addresses. This turns out not to be true for 802.2 LLC > frames, potentially causing an asse

[ovs-dev] [PATCH] ofproto-dpif: Fix CONTROLLER actions for LLC frames.

2012-03-22 Thread Ethan Jackson
The CONTROLLER action assumed that all Ethernet frames stored their Ethernet Type in the two bytes succeeding the source and destination addresses. This turns out not to be true for 802.2 LLC frames, potentially causing an assertion failure. This patch solves the issue by skipping the assertion i