5 # IPv6 as module will cause a CRASH if you try to unload it
7 tristate "The IPv6 protocol"
9 select CRYPTO if IPV6_PRIVACY
10 select CRYPTO_MD5 if IPV6_PRIVACY
12 This is complemental support for the IP version 6.
13 You will still be able to do traditional IPv4 networking as well.
15 For general information about IPv6, see
16 <http://playground.sun.com/pub/ipng/html/ipng-main.html>.
17 For Linux IPv6 development information, see <http://www.linux-ipv6.org>.
18 For specific information about IPv6 under Linux, read the HOWTO at
19 <http://www.bieringer.de/linux/IPv6/>.
21 To compile this protocol support as a module, choose M here: the
22 module will be called ipv6.
25 bool "IPv6: Privacy Extensions (RFC 3041) support"
28 Privacy Extensions for Stateless Address Autoconfiguration in IPv6
29 support. With this option, additional periodically-alter
30 pseudo-random global-scope unicast address(es) will assigned to
33 By default, kernel do not generate temporary addresses.
34 To use temporary addresses, do
36 echo 2 >/proc/sys/net/ipv6/conf/all/use_tempaddr
38 See <file:Documentation/networking/ip-sysctl.txt> for details.
41 tristate "IPv6: AH transformation"
54 tristate "IPv6: ESP transformation"
63 Support for IPsec ESP.
68 tristate "IPv6: IPComp transformation"
75 Support for IP Payload Compression Protocol (IPComp) (RFC3173),
76 typically needed for IPsec.
81 tristate "IPv6: tunnel transformation"
85 Support for generic IPv6-in-IPv6 tunnel transformation, which is
86 required by the IPv6-in-IPv6 tunneling module as well as tunnel mode
92 tristate "IPv6: IPv6-in-IPv6 tunnel"
95 Support for IPv6-in-IPv6 tunnels described in RFC 2473.