Rich Lane 17b682a048 openvswitch: Fix parsing invalid LLC/SNAP ethertypes
Before this patch, if an LLC/SNAP packet with OUI 00:00:00 had an
ethertype less than 1536 the flow key given to userspace in the upcall
would contain the invalid ethertype (for example, 3). If userspace
attempted to insert a kernel flow for this key it would be rejected
by ovs_flow_from_nlattrs.

This patch allows OVS to pass the OFTest pktact.DirectBadLlcPackets.

Signed-off-by: Rich Lane <rlane@bigswitch.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
2013-02-22 17:02:28 -08:00
..
2012-07-19 10:48:00 -07:00
2013-02-10 20:39:39 -05:00
2012-12-11 14:08:47 -08:00
2013-02-08 01:49:49 -05:00
2012-05-17 18:45:20 -04:00
2013-02-12 18:51:11 -05:00
2012-09-26 21:10:25 -04:00