aboutsummaryrefslogtreecommitdiffstats
path: root/net/mpls/Kconfig
diff options
context:
space:
mode:
authorRoopa Prabhu <roopa@cumulusnetworks.com>2015-07-21 10:43:53 +0200
committerDavid S. Miller <davem@davemloft.net>2015-07-21 10:39:05 -0700
commite3e4712ec0961ed586a8db340bd994c4ad7f5dba (patch)
treedb1b0fc255bb5d35aa8eb83ab0d1b2af764cf87f /net/mpls/Kconfig
parentmpls: export mpls functions for use by mpls iptunnels (diff)
downloadlinux-dev-e3e4712ec0961ed586a8db340bd994c4ad7f5dba.tar.xz
linux-dev-e3e4712ec0961ed586a8db340bd994c4ad7f5dba.zip
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>
Diffstat (limited to 'net/mpls/Kconfig')
-rw-r--r--net/mpls/Kconfig8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/mpls/Kconfig b/net/mpls/Kconfig
index 17bde799c854..5c467ef97311 100644
--- a/net/mpls/Kconfig
+++ b/net/mpls/Kconfig
@@ -24,7 +24,13 @@ config NET_MPLS_GSO
config MPLS_ROUTING
tristate "MPLS: routing support"
- help
+ ---help---
Add support for forwarding of mpls packets.
+config MPLS_IPTUNNEL
+ tristate "MPLS: IP over MPLS tunnel support"
+ depends on LWTUNNEL && MPLS_ROUTING
+ ---help---
+ mpls ip tunnel support.
+
endif # MPLS