[NETNS]: Register neighbour table parameters in the correct namespace.
authorDenis V. Lunev <den@openvz.org>
Fri, 29 Feb 2008 04:48:01 +0000 (20:48 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Feb 2008 04:48:01 +0000 (20:48 -0800)
neigh_sysctl_register should register sysctl entries inside correct namespace
to avoid naming conflict. Typical example is a loopback. Entries for it
present in all namespaces.

Required to make inetdev_event working.

Signed-off-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found