Re: [ovs-dev] [PATCH 2/2] datapath: Fix parsing invalid LLC/SNAP ethertypes

2013-02-15 Thread Jesse Gross
On Fri, Feb 8, 2013 at 3:29 PM, Rich Lane wrote: > 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

[ovs-dev] [PATCH 2/2] datapath: Fix parsing invalid LLC/SNAP ethertypes

2013-02-08 Thread Rich Lane
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.