]> git.baikalelectronics.ru Git - 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)
commit57c2674c6b1ad48efd90fc7ebfa74d42321df605
treedb1b0fc255bb5d35aa8eb83ab0d1b2af764cf87f
parentb4a06aef5f39e678279e8bdf411147d888aab268
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]