[ovs-dev] [PATCH 3/3] datapath: Don't drop packets with partial vlan tags.

Jesse Gross jesse at nicira.com
Fri Nov 11 23:38:51 UTC 2011


On Fri, Nov 11, 2011 at 3:13 PM, Ben Pfaff <blp at nicira.com> wrote:
> I guess that this will need reconsideration after the "encap" series,
> so I guess there's no point in a detailed response right now--let me
> know if you disagree.

I agree that most of this patch has been overcome by events.  I think
there are a few useful things here that aren't addressed by the latest
patch series though:
 * Packets with invalid vlan headers shouldn't be dropped (maybe this
is another rule, that invalid protocol headers should never drop the
packet?).
 * I think that if the EtherType is 0x8100 then we should expect a
vlan attribute which may be an empty one, similar to other L3
protocols.



More information about the dev mailing list