Re: [PATCH net-next,v2] ipv6: Add icmp_echo_ignore_multicast support for ICMPv6

2019-03-19 Thread David Miller
From: Stephen Suryaputra Date: Tue, 19 Mar 2019 12:37:12 -0400 > IPv4 has icmp_echo_ignore_broadcast to prevent responding to broadcast pings. > IPv6 needs a similar mechanism. > > v1->v2: > - Remove NET_IPV6_ICMP_ECHO_IGNORE_MULTICAST. > > Signed-off-by: Stephen Suryaputra Applied.

[PATCH net-next,v2] ipv6: Add icmp_echo_ignore_multicast support for ICMPv6

2019-03-19 Thread Stephen Suryaputra
IPv4 has icmp_echo_ignore_broadcast to prevent responding to broadcast pings. IPv6 needs a similar mechanism. v1->v2: - Remove NET_IPV6_ICMP_ECHO_IGNORE_MULTICAST. Signed-off-by: Stephen Suryaputra --- Documentation/networking/ip-sysctl.txt | 5 + include/net/netns/ipv6.h |