igmp: Namespaceify igmp_llm_reports sysctl knob
This was initially introduced in df2cf4a78e
("IGMP: Inhibit
reports for local multicast groups") by defining the sysctl in the
ipv4_net_table array, however it was never implemented to be
namespace aware. Fix this by changing the code accordingly.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
166b6b2d6f
commit
87a8a2ae65
@@ -37,7 +37,6 @@ static inline struct igmpv3_query *
|
||||
return (struct igmpv3_query *)skb_transport_header(skb);
|
||||
}
|
||||
|
||||
extern int sysctl_igmp_llm_reports;
|
||||
extern int sysctl_igmp_qrv;
|
||||
|
||||
struct ip_sf_socklist {
|
||||
|
Reference in New Issue
Block a user