On Sat, Jul 09, 2016 at 05:47:32PM -0400, David Miller wrote:
> From: Simon Horman
> Date: Thu, 7 Jul 2016 07:56:11 +0200
>
> > This short series provides support for MPLS in IPv4 (RFC4023), and by
> > virtue of FOU, MPLS in UDP (RFC7510).
>
> Series applied, thanks Simon.
Thanks.
It looks li
From: Simon Horman
Date: Thu, 7 Jul 2016 07:56:11 +0200
> This short series provides support for MPLS in IPv4 (RFC4023), and by
> virtue of FOU, MPLS in UDP (RFC7510).
Series applied, thanks Simon.
> -Original Message-
> From: netdev-ow...@vger.kernel.org [mailto:netdev-ow...@vger.kernel.org]
> On Behalf Of Simon Horman
> Sent: Thursday, July 07, 2016 11:26 AM
> To: David Miller
> Cc: Tom Herbert ; netdev ;
> Simon Horman
> Subject: [PATCH net-next v2 0/4] n
Hi Simon,
Great to see this being supported!
Something that would be a nice improvement would be a way to control the
outer IP destination in the route nexthop, rather than via a tunnel
interface remote IP which has the drawback of requiring one tunnel per
remote endpoint, with the associated
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