Re: [ovs-dev] [PATCH v10 4/5] userspace: extend layer 3 support to cover non-IP packets

2016-05-31 Thread Ben Pfaff
On Wed, May 04, 2016 at 04:34:24PM +0900, Simon Horman wrote: > Extend support for layer 3 packets to cover non-IP packets. > > This removes the assumption that the first octet of a layer 3 packet > indicates the IP protocol version - true for IP (v4 and v6), but not > for necessarily for other pr

[ovs-dev] [PATCH v10 4/5] userspace: extend layer 3 support to cover non-IP packets

2016-05-04 Thread Simon Horman
Extend support for layer 3 packets to cover non-IP packets. This removes the assumption that the first octet of a layer 3 packet indicates the IP protocol version - true for IP (v4 and v6), but not for necessarily for other protocols. The key motivation for this is to allow forwarding of MPLS pac