X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=net%2Fipv6%2FKconfig;h=ab7a9124f9852f87c6bdab1c4ff09a7aa34aa2fd;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=fd87a5a192da4b2e685fee0931ec22c4886b3375;hpb=1a69f36a78895dad9a6b97ffa2d6d2b7c3975b5d;p=linux-2.6.git diff --git a/net/ipv6/Kconfig b/net/ipv6/Kconfig index fd87a5a19..ab7a9124f 100644 --- a/net/ipv6/Kconfig +++ b/net/ipv6/Kconfig @@ -1,6 +1,26 @@ # # IPv6 configuration -# +# + +# IPv6 as module will cause a CRASH if you try to unload it +config IPV6 + tristate "The IPv6 protocol" + default m + select CRYPTO if IPV6_PRIVACY + select CRYPTO_MD5 if IPV6_PRIVACY + ---help--- + This is complemental support for the IP version 6. + You will still be able to do traditional IPv4 networking as well. + + For general information about IPv6, see + . + For Linux IPv6 development information, see . + For specific information about IPv6 under Linux, read the HOWTO at + . + + To compile this protocol support as a module, choose M here: the + module will be called ipv6. + config IPV6_PRIVACY bool "IPv6: Privacy Extensions (RFC 3041) support" depends on IPV6 @@ -52,8 +72,8 @@ config INET6_IPCOMP 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. @@ -71,7 +91,6 @@ config INET6_TUNNEL 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.