Re: [ovs-dev] [PATCH] odp-util: Fix segfault in MPLS attribute parsing.

2014-10-31 Thread Joe Stringer
On 31 October 2014 15:11, Ben Pfaff wrote: > On Fri, Oct 31, 2014 at 02:40:11PM -0700, Joe Stringer wrote: > > Just because the ethertype is MPLS, this doesn't mean that the datapath > > understands and provides OVS_KEY_ATTR_MPLS attributes for the flow. > > Previously we would check the size of

Re: [ovs-dev] [PATCH] odp-util: Fix segfault in MPLS attribute parsing.

2014-10-31 Thread Ben Pfaff
On Fri, Oct 31, 2014 at 02:40:11PM -0700, Joe Stringer wrote: > Just because the ethertype is MPLS, this doesn't mean that the datapath > understands and provides OVS_KEY_ATTR_MPLS attributes for the flow. > Previously we would check the size of the OVS_KEY_ATTR_MPLS attribute > before checking whe