Merge branch 'igmp-ns'
authorDavid S. Miller <davem@davemloft.net>
Thu, 11 Feb 2016 14:59:28 +0000 (09:59 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Feb 2016 14:59:28 +0000 (09:59 -0500)
Nikolay Borisov says:

====================
Make igmp sysctl knobs namespace aware

This series continue making more of the net related sysctls
namespace aware. The first 2 and last patches are straight
forward and convert sysctls which weren't defined to be
namespace aware. The only thing in them is that each removes
a define which is used in only one place (to initialise
the respective sysctl) so I don't think this is a huge loss.

The third patch however, converts igmp_llm_reports which was
already defined in the ipv4_net_table but wasn't using any of
the net namespace infrastructure.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge