[NETNS]: Use the per-net ipv6_devconf(_all) in sysctl handlers
authorPavel Emelyanov <xemul@openvz.org>
Fri, 11 Jan 2008 01:43:50 +0000 (17:43 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:01:41 +0000 (15:01 -0800)
commite186932b3d26bd975022a1e254407e95dddceae7
treeaeac3f8dcb70df6eb09c8acbc8fb469ac9bc89fd
parent441fc2a2393a9b9ffbacb97f4427cce743579411
[NETNS]: Use the per-net ipv6_devconf(_all) in sysctl handlers

Actually the net->ipv6.devconf_all can be used in a few places,
but to keep the /proc/sys/net/ipv6/conf/ sysctls work consistently
in the namespace we should use the per-net devconf_all in the
sysctl "forwarding" handler.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/addrconf.c