diff options
| author | David S. Miller <davem@davemloft.net> | 2013-10-28 20:07:50 -0400 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-04-13 12:35:11 +0200 |
| commit | 3a0022ecd51f4ac59096632b7728979e321f4941 (patch) | |
| tree | ea24ee65b2314d16a9917e0a1340b1e6558a1a23 /include/net | |
| parent | 121445680a56892b40ab5477e093388bf4b1d9de (diff) | |
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/net')
| -rw-r--r-- | include/net/if_inet6.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/net/if_inet6.h b/include/net/if_inet6.h index a49b65029..91a12900a 100644 --- a/include/net/if_inet6.h +++ b/include/net/if_inet6.h @@ -68,11 +68,10 @@ struct inet6_ifaddr { struct hlist_node addr_lst; struct list_head if_list; -#ifdef CONFIG_IPV6_PRIVACY struct list_head tmp_list; struct inet6_ifaddr *ifpub; int regen_count; -#endif + bool tokenized; struct rcu_head rcu; @@ -185,11 +184,9 @@ struct inet6_dev { __u32 if_flags; int dead; -#ifdef CONFIG_IPV6_PRIVACY u8 rndid[8]; struct timer_list regen_timer; struct list_head tempaddr_list; -#endif struct in6_addr token; |
