ipv6: Add icmp_echo_ignore_anycast for ICMPv6
In addition to icmp_echo_ignore_multicast, there is a need to also prevent responding to pings to anycast addresses for security. Signed-off-by: Stephen Suryaputra <ssuryaextr@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
a534ea30e7
commit
0b03a5ca8b
@@ -34,6 +34,7 @@ struct netns_sysctl_ipv6 {
|
||||
int icmpv6_time;
|
||||
int icmpv6_echo_ignore_all;
|
||||
int icmpv6_echo_ignore_multicast;
|
||||
int icmpv6_echo_ignore_anycast;
|
||||
int anycast_src_echo_reply;
|
||||
int ip_nonlocal_bind;
|
||||
int fwmark_reflect;
|
||||
|
Reference in New Issue
Block a user