summaryrefslogtreecommitdiffstats
path: root/include/linux/igmp.h
diff options
context:
space:
mode:
authorNikolay Borisov2016-02-08 23:13:50 +0100
committerDavid S. Miller2016-02-11 15:59:22 +0100
commit87a8a2ae65b7721893c7922f963502be8fa01c94 (patch)
tree7e47d5033ed61380c3ecb1f030fb37c1d6085cd1 /include/linux/igmp.h
parentigmp: Namespaceify igmp_max_msf sysctl knob (diff)
downloadkernel-qcow2-linux-87a8a2ae65b7721893c7922f963502be8fa01c94.tar.gz
kernel-qcow2-linux-87a8a2ae65b7721893c7922f963502be8fa01c94.tar.xz
kernel-qcow2-linux-87a8a2ae65b7721893c7922f963502be8fa01c94.zip
igmp: Namespaceify igmp_llm_reports sysctl knob
This was initially introduced in df2cf4a78e488d26 ("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>
Diffstat (limited to 'include/linux/igmp.h')
-rw-r--r--include/linux/igmp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/igmp.h b/include/linux/igmp.h
index a91ec9f575e7..c683f4bf642b 100644
--- a/include/linux/igmp.h
+++ b/include/linux/igmp.h
@@ -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 {