Kconfig (9aaf0435b4256de0723aa7631234336705fe5202) | Kconfig (5d9efa7ee99eed58388f186c13cf2e2a87e9ceb4) |
---|---|
1# 2# IPv6 configuration 3# 4 5# IPv6 as module will cause a CRASH if you try to unload it 6menuconfig IPV6 7 tristate "The IPv6 protocol" 8 default m --- 7 unchanged lines hidden (view full) --- 16 For specific information about IPv6 under Linux, read the HOWTO at 17 <http://www.bieringer.de/linux/IPv6/>. 18 19 To compile this protocol support as a module, choose M here: the 20 module will be called ipv6. 21 22if IPV6 23 | 1# 2# IPv6 configuration 3# 4 5# IPv6 as module will cause a CRASH if you try to unload it 6menuconfig IPV6 7 tristate "The IPv6 protocol" 8 default m --- 7 unchanged lines hidden (view full) --- 16 For specific information about IPv6 under Linux, read the HOWTO at 17 <http://www.bieringer.de/linux/IPv6/>. 18 19 To compile this protocol support as a module, choose M here: the 20 module will be called ipv6. 21 22if IPV6 23 |
24config IPV6_PRIVACY 25 bool "IPv6: Privacy Extensions (RFC 3041) support" 26 ---help--- 27 Privacy Extensions for Stateless Address Autoconfiguration in IPv6 28 support. With this option, additional periodically-altered 29 pseudo-random global-scope unicast address(es) will be assigned to 30 your interface(s). 31 32 We use our standard pseudo-random algorithm to generate the 33 randomized interface identifier, instead of one described in RFC 3041. 34 35 By default the kernel does not generate temporary addresses. 36 To use temporary addresses, do 37 38 echo 2 >/proc/sys/net/ipv6/conf/all/use_tempaddr 39 40 See <file:Documentation/networking/ip-sysctl.txt> for details. 41 | |
42config IPV6_ROUTER_PREF 43 bool "IPv6: Router Preference (RFC 4191) support" 44 ---help--- 45 Router Preference is an optional extension to the Router 46 Advertisement message which improves the ability of hosts 47 to pick an appropriate router, especially when the hosts 48 are placed in a multi-homed network. 49 --- 229 unchanged lines hidden --- | 24config IPV6_ROUTER_PREF 25 bool "IPv6: Router Preference (RFC 4191) support" 26 ---help--- 27 Router Preference is an optional extension to the Router 28 Advertisement message which improves the ability of hosts 29 to pick an appropriate router, especially when the hosts 30 are placed in a multi-homed network. 31 --- 229 unchanged lines hidden --- |