The support for MPLS-in-IPv4 was added earlier. This patchset adds support for MPLS-in-IPv6.
Changes in v2: - Eliminate ifdefs IS_ENABLE(CONFIG_MPLS) Vadim Fedorenko (5): ip6_tunnel: simplify transmit path ip6_tunnel: add MPLS transmit support tunnel6: support for IPPROTO_MPLS ip6_tunnel: add generic MPLS receive support mpls: Add support for IPv6 tunnels net/ipv6/ip6_tunnel.c | 252 +++++++++++++++++++++++++++++--------------------- net/ipv6/tunnel6.c | 96 ++++++++++++++++++- net/mpls/af_mpls.c | 3 +- 3 files changed, 242 insertions(+), 109 deletions(-) -- 1.8.3.1