IPv6: move the anycast_src_echo_reply sysctl to netns_sysctl_ipv6
This change move anycast_src_echo_reply sysctl with other ipv6 sysctls. Suggested-by: Hannes Frederic Sowa <hannes@stressinduktion.org> Signed-off-by: Francois-Xavier Le Bail <fx.lebail@yahoo.com> Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
0e864b21e5
commit
ec35b61ea5
@@ -28,6 +28,7 @@ struct netns_sysctl_ipv6 {
|
||||
int ip6_rt_mtu_expires;
|
||||
int ip6_rt_min_advmss;
|
||||
int icmpv6_time;
|
||||
int anycast_src_echo_reply;
|
||||
};
|
||||
|
||||
struct netns_ipv6 {
|
||||
@@ -73,7 +74,6 @@ struct netns_ipv6 {
|
||||
#endif
|
||||
atomic_t dev_addr_genid;
|
||||
atomic_t rt_genid;
|
||||
int anycast_src_echo_reply;
|
||||
};
|
||||
|
||||
#if IS_ENABLED(CONFIG_NF_DEFRAG_IPV6)
|
||||
|
Reference in New Issue
Block a user