Re: [PATCH v6 1/1] ip_tunnel: add mpls over gre support

2017-10-07 Thread David Miller
From: Amine Kherbouche Date: Wed, 4 Oct 2017 19:35:57 +0200 > This commit introduces the MPLSoGRE support (RFC 4023), using ip tunnel > API by simply adding ipgre_tunnel_encap_(add|del)_mpls_ops() and the new > tunnel type TUNNEL_ENCAP_MPLS. > > Signed-off-by: Amine Kherbouche Applied, thanks

[PATCH v6 1/1] ip_tunnel: add mpls over gre support

2017-10-04 Thread Amine Kherbouche
This commit introduces the MPLSoGRE support (RFC 4023), using ip tunnel API by simply adding ipgre_tunnel_encap_(add|del)_mpls_ops() and the new tunnel type TUNNEL_ENCAP_MPLS. Signed-off-by: Amine Kherbouche --- include/uapi/linux/if_tunnel.h | 1 + net/mpls/af_mpls.c | 36 +