]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
mpls: ip tunnel support
authorRoopa Prabhu <roopa@cumulusnetworks.com>
Tue, 21 Jul 2015 08:43:53 +0000 (10:43 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Jul 2015 17:39:05 +0000 (10:39 -0700)
commite3e4712ec0961ed586a8db340bd994c4ad7f5dba
treedb1b0fc255bb5d35aa8eb83ab0d1b2af764cf87f
parentface0188e31b3cfc598d8dc3470e28e00fb3b07c
mpls: ip tunnel support

This implementation uses lwtunnel infrastructure to register
hooks for mpls tunnel encaps.

It picks cues from iptunnel_encaps infrastructure and previous
mpls iptunnel RFC patches from Eric W. Biederman and Robert Shearman

Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/mpls_iptunnel.h [new file with mode: 0644]
include/net/mpls_iptunnel.h [new file with mode: 0644]
include/uapi/linux/mpls_iptunnel.h [new file with mode: 0644]
net/mpls/Kconfig
net/mpls/Makefile
net/mpls/mpls_iptunnel.c [new file with mode: 0644]