aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/Kconfig
diff options
context:
space:
mode:
authorSaurabh <saurabh.mohan@vyatta.com>2012-07-17 09:44:54 +0000
committerDavid S. Miller <davem@davemloft.net>2012-07-18 09:36:12 -0700
commit1181412c1a671ed4e8fb1736f17e6ec617c68059 (patch)
tree209e44999802d85892fdae756ba5b205650de143 /net/ipv4/Kconfig
parentnet/ipv4: VTI support rx-path hook in xfrm4_mode_tunnel. (diff)
downloadlinux-dev-1181412c1a671ed4e8fb1736f17e6ec617c68059.tar.xz
linux-dev-1181412c1a671ed4e8fb1736f17e6ec617c68059.zip
net/ipv4: VTI support new module for ip_vti.
New VTI tunnel kernel module, Kconfig and Makefile changes. Signed-off-by: Saurabh Mohan <saurabh.mohan@vyatta.com> Reviewed-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--net/ipv4/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
index 20f1cb5c8aba..5a19aeb86094 100644
--- a/net/ipv4/Kconfig
+++ b/net/ipv4/Kconfig
@@ -310,6 +310,17 @@ config SYN_COOKIES
If unsure, say N.
+config NET_IPVTI
+ tristate "Virtual (secure) IP: tunneling"
+ select INET_TUNNEL
+ depends on INET_XFRM_MODE_TUNNEL
+ ---help---
+ Tunneling means encapsulating data of one protocol type within
+ another protocol and sending it over a channel that understands the
+ encapsulating protocol. This can be used with xfrm mode tunnel to give
+ the notion of a secure tunnel for IPSEC and then use routing protocol
+ on top.
+
config INET_AH
tristate "IP: AH transformation"
select XFRM_ALGO