diff options
author | David S. Miller <davem@davemloft.net> | 2013-10-28 20:07:50 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-10-28 20:07:50 -0400 |
commit | 5d9efa7ee99eed58388f186c13cf2e2a87e9ceb4 (patch) | |
tree | 789ab10091718b238342a7d2bf53524790869395 /net/ipv6/Kconfig | |
parent | d5d45d429402c2d3de056a412d6e9bb41e58deb6 (diff) | |
download | op-kernel-dev-5d9efa7ee99eed58388f186c13cf2e2a87e9ceb4.zip op-kernel-dev-5d9efa7ee99eed58388f186c13cf2e2a87e9ceb4.tar.gz |
ipv6: Remove privacy config option.
The code for privacy extentions is very mature, and making it
configurable only gives marginal memory/code savings in exchange
for obfuscation and hard to read code via CPP ifdef'ery.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/Kconfig')
-rw-r--r-- | net/ipv6/Kconfig | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/net/ipv6/Kconfig b/net/ipv6/Kconfig index e1a8d90..d92e558 100644 --- a/net/ipv6/Kconfig +++ b/net/ipv6/Kconfig @@ -21,24 +21,6 @@ menuconfig IPV6 if IPV6 -config IPV6_PRIVACY - bool "IPv6: Privacy Extensions (RFC 3041) support" - ---help--- - Privacy Extensions for Stateless Address Autoconfiguration in IPv6 - support. With this option, additional periodically-altered - pseudo-random global-scope unicast address(es) will be assigned to - your interface(s). - - We use our standard pseudo-random algorithm to generate the - randomized interface identifier, instead of one described in RFC 3041. - - By default the kernel does not generate temporary addresses. - To use temporary addresses, do - - echo 2 >/proc/sys/net/ipv6/conf/all/use_tempaddr - - See <file:Documentation/networking/ip-sysctl.txt> for details. - config IPV6_ROUTER_PREF bool "IPv6: Router Preference (RFC 4191) support" ---help--- |