From: Rich Lane Date: Tue, 19 Feb 2013 19:10:30 +0000 (-0800) Subject: openvswitch: Fix parsing invalid LLC/SNAP ethertypes X-Git-Tag: v3.9-rc4~27^2~18^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17b682a04841233f827073b327c6533e478dfcd4;p=pandora-kernel.git 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 Signed-off-by: Jesse Gross --- Reading git-diff-tree failed