X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=net%2Fipv6%2FKconfig;h=fd87a5a192da4b2e685fee0931ec22c4886b3375;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=23c5759c022d9bbc1af941efb2471d16845245f1;hpb=9bf4aaab3e101692164d49b7ca357651eb691cb6;p=linux-2.6.git diff --git a/net/ipv6/Kconfig b/net/ipv6/Kconfig index 23c5759c0..fd87a5a19 100644 --- a/net/ipv6/Kconfig +++ b/net/ipv6/Kconfig @@ -48,6 +48,7 @@ config INET6_IPCOMP tristate "IPv6: IPComp transformation" depends on IPV6 select XFRM + select INET6_TUNNEL select CRYPTO select CRYPTO_DEFLATE ---help--- @@ -56,9 +57,21 @@ config INET6_IPCOMP If unsure, say Y. +config INET6_TUNNEL + tristate "IPv6: tunnel transformation" + depends on IPV6 + select XFRM + ---help--- + Support for generic IPv6-in-IPv6 tunnel transformation, which is + required by the IPv6-in-IPv6 tunneling module as well as tunnel mode + IPComp. + + If unsure, say Y. + config IPV6_TUNNEL tristate "IPv6: IPv6-in-IPv6 tunnel" depends on IPV6 + select INET6_TUNNEL ---help--- Support for IPv6-in-IPv6 tunnels described in RFC 2473.