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/Makefile | |
parent | face0188e31b3cfc598d8dc3470e28e00fb3b07c (diff) | |
download | linux-e3e4712ec0961ed586a8db340bd994c4ad7f5dba.tar.gz linux-e3e4712ec0961ed586a8db340bd994c4ad7f5dba.tar.bz2 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/Makefile')
-rw-r--r-- | net/mpls/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mpls/Makefile b/net/mpls/Makefile index 65bbe68c72e6..9ca923625016 100644 --- a/net/mpls/Makefile +++ b/net/mpls/Makefile @@ -3,5 +3,6 @@ # obj-$(CONFIG_NET_MPLS_GSO) += mpls_gso.o obj-$(CONFIG_MPLS_ROUTING) += mpls_router.o +obj-$(CONFIG_MPLS_IPTUNNEL) += mpls_iptunnel.o mpls_router-y := af_mpls.o |