]> git.baikalelectronics.ru Git - kernel.git/commit
igmp: Namespaceify igmp_llm_reports sysctl knob
authorNikolay Borisov <n.borisov@siteground.com>
Mon, 8 Feb 2016 22:13:50 +0000 (00:13 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Feb 2016 14:59:22 +0000 (09:59 -0500)
commit2c493d2f4b5fccc9242401cee21c8296ca1b8c84
tree7e47d5033ed61380c3ecb1f030fb37c1d6085cd1
parent5b9b8b499f36ae287665e9c6f231fdf0000ac6c3
igmp: Namespaceify igmp_llm_reports sysctl knob

This was initially introduced in b8c6057b2ed56011 ("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>
include/linux/igmp.h
include/net/netns/ipv4.h
net/ipv4/igmp.c
net/ipv4/sysctl_net_ipv4.c
net/ipv4/tcp_ipv4.c