aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/Makefile
diff options
context:
space:
mode:
authorSteffen Klassert <steffen.klassert@secunet.com>2013-08-19 08:07:34 +0200
committerSteffen Klassert <steffen.klassert@secunet.com>2013-10-10 12:00:01 +0200
commited1efb2aefbbc6f5a3da5b42158bfb753ba6fe82 (patch)
treedc2f20a059f886f36f4d27ed85699f126b133632 /net/ipv6/Makefile
parentipv6: Add a receive path hook for vti6 in xfrm6_mode_tunnel. (diff)
downloadlinux-dev-ed1efb2aefbbc6f5a3da5b42158bfb753ba6fe82.tar.xz
linux-dev-ed1efb2aefbbc6f5a3da5b42158bfb753ba6fe82.zip
ipv6: Add support for IPsec virtual tunnel interfaces
This patch adds IPv6 support for IPsec virtual tunnel interfaces (vti). IPsec virtual tunnel interfaces provide a routable interface for IPsec tunnel endpoints. Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'net/ipv6/Makefile')
-rw-r--r--net/ipv6/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/Makefile b/net/ipv6/Makefile
index 470a9c008e9b..17bb830872db 100644
--- a/net/ipv6/Makefile
+++ b/net/ipv6/Makefile
@@ -36,6 +36,7 @@ obj-$(CONFIG_INET6_XFRM_MODE_BEET) += xfrm6_mode_beet.o
obj-$(CONFIG_IPV6_MIP6) += mip6.o
obj-$(CONFIG_NETFILTER) += netfilter/
+obj-$(CONFIG_IPV6_VTI) += ip6_vti.o
obj-$(CONFIG_IPV6_SIT) += sit.o
obj-$(CONFIG_IPV6_TUNNEL) += ip6_tunnel.o
obj-$(CONFIG_IPV6_GRE) += ip6_gre.o