Re: [PATCH/RFC net-next 0/4] net: support MPLS in IPv4 and UDP

2016-07-06 Thread Simon Horman
On Wed, Jul 06, 2016 at 09:44:13PM -0700, Tom Herbert wrote: > On Wed, Jul 6, 2016 at 11:22 AM, Simon Horman > wrote: > > This short series provides support for MPLS in IPv4 (RFC4023), and by > > virtue of FOU, MPLS in UDP (RFC7510). > > > > The changes are as follows: > > 1. Teach tunnel4.c about

Re: [PATCH/RFC net-next 0/4] net: support MPLS in IPv4 and UDP

2016-07-06 Thread David Miller
From: Simon Horman Date: Wed, 6 Jul 2016 20:22:31 +0200 > This short series provides support for MPLS in IPv4 (RFC4023), and by > virtue of FOU, MPLS in UDP (RFC7510). > > The changes are as follows: > 1. Teach tunnel4.c about AF_MPLS, it already understands AF_INET and >AF_INET6 > 2. Enhan

Re: [PATCH/RFC net-next 0/4] net: support MPLS in IPv4 and UDP

2016-07-06 Thread Tom Herbert
On Wed, Jul 6, 2016 at 11:22 AM, Simon Horman wrote: > This short series provides support for MPLS in IPv4 (RFC4023), and by > virtue of FOU, MPLS in UDP (RFC7510). > > The changes are as follows: > 1. Teach tunnel4.c about AF_MPLS, it already understands AF_INET and >AF_INET6 > 2. Enhance IPI

[PATCH/RFC net-next 0/4] net: support MPLS in IPv4 and UDP

2016-07-06 Thread Simon Horman
This short series provides support for MPLS in IPv4 (RFC4023), and by virtue of FOU, MPLS in UDP (RFC7510). The changes are as follows: 1. Teach tunnel4.c about AF_MPLS, it already understands AF_INET and AF_INET6 2. Enhance IPIP and SIT to handle MPLS. Both already handle IPv4. SIT also alr