diff options
author | Roopa Prabhu <roopa@cumulusnetworks.com> | 2015-07-21 10:43:53 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-07-21 10:39:05 -0700 |
commit | e3e4712ec0961ed586a8db340bd994c4ad7f5dba (patch) | |
tree | db1b0fc255bb5d35aa8eb83ab0d1b2af764cf87f /net/mpls/Kconfig | |
parent | face0188e31b3cfc598d8dc3470e28e00fb3b07c (diff) | |
download | talos-obmc-linux-e3e4712ec0961ed586a8db340bd994c4ad7f5dba.tar.gz talos-obmc-linux-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/Kconfig | 8 |
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 |