commit | 87a8a2ae65b7721893c7922f963502be8fa01c94 | [log] [tgz] |
---|---|---|
author | Nikolay Borisov <n.borisov@siteground.com> | Tue Feb 09 00:13:50 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 11 09:59:22 2016 -0500 |
tree | 7e47d5033ed61380c3ecb1f030fb37c1d6085cd1 | |
parent | 166b6b2d6f01be67a83b87ab5c91350a68b17115 [diff] |
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>