X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=net%2Fipv6%2FKconfig;h=e66ca9381cfd72f400054374c664c7d153f3a2ae;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=23c5759c022d9bbc1af941efb2471d16845245f1;hpb=9bf4aaab3e101692164d49b7ca357651eb691cb6;p=linux-2.6.git diff --git a/net/ipv6/Kconfig b/net/ipv6/Kconfig index 23c5759c0..e66ca9381 100644 --- a/net/ipv6/Kconfig +++ b/net/ipv6/Kconfig @@ -48,17 +48,30 @@ config INET6_IPCOMP tristate "IPv6: IPComp transformation" depends on IPV6 select XFRM + select INET6_TUNNEL select CRYPTO select CRYPTO_DEFLATE ---help--- - Support for IP Paylod Compression (RFC3173), typically needed - for IPsec. + Support for IP Payload Compression Protocol (IPComp) (RFC3173), + typically needed for IPsec. 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.