diff options
author | David S. Miller <davem@davemloft.net> | 2013-10-29 04:07:50 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-10-29 04:07:50 +0400 |
commit | 5d9efa7ee99eed58388f186c13cf2e2a87e9ceb4 (patch) | |
tree | 789ab10091718b238342a7d2bf53524790869395 /include/linux/ipv6.h | |
parent | d5d45d429402c2d3de056a412d6e9bb41e58deb6 (diff) | |
download | linux-5d9efa7ee99eed58388f186c13cf2e2a87e9ceb4.tar.xz |
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 'include/linux/ipv6.h')
-rw-r--r-- | include/linux/ipv6.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/ipv6.h b/include/linux/ipv6.h index a80a63cfb70c..5d89d1b808a6 100644 --- a/include/linux/ipv6.h +++ b/include/linux/ipv6.h @@ -21,13 +21,11 @@ struct ipv6_devconf { __s32 force_mld_version; __s32 mldv1_unsolicited_report_interval; __s32 mldv2_unsolicited_report_interval; -#ifdef CONFIG_IPV6_PRIVACY __s32 use_tempaddr; __s32 temp_valid_lft; __s32 temp_prefered_lft; __s32 regen_max_retry; __s32 max_desync_factor; -#endif __s32 max_addresses; __s32 accept_ra_defrtr; __s32 accept_ra_pinfo; |