diff options
Diffstat (limited to 'net/ipv6/Kconfig')
-rw-r--r-- | net/ipv6/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/ipv6/Kconfig b/net/ipv6/Kconfig index 11b13ea69db4..e1a8d903e366 100644 --- a/net/ipv6/Kconfig +++ b/net/ipv6/Kconfig | |||
@@ -153,6 +153,17 @@ config INET6_XFRM_MODE_ROUTEOPTIMIZATION | |||
153 | ---help--- | 153 | ---help--- |
154 | Support for MIPv6 route optimization mode. | 154 | Support for MIPv6 route optimization mode. |
155 | 155 | ||
156 | config IPV6_VTI | ||
157 | tristate "Virtual (secure) IPv6: tunneling" | ||
158 | select IPV6_TUNNEL | ||
159 | depends on INET6_XFRM_MODE_TUNNEL | ||
160 | ---help--- | ||
161 | Tunneling means encapsulating data of one protocol type within | ||
162 | another protocol and sending it over a channel that understands the | ||
163 | encapsulating protocol. This can be used with xfrm mode tunnel to give | ||
164 | the notion of a secure tunnel for IPSEC and then use routing protocol | ||
165 | on top. | ||
166 | |||
156 | config IPV6_SIT | 167 | config IPV6_SIT |
157 | tristate "IPv6: IPv6-in-IPv4 tunnel (SIT driver)" | 168 | tristate "IPv6: IPv6-in-IPv4 tunnel (SIT driver)" |
158 | select INET_TUNNEL | 169 | select INET_TUNNEL |