commit | e186932b3d26bd975022a1e254407e95dddceae7 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Thu Jan 10 17:43:50 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:01:41 2008 -0800 |
tree | aeac3f8dcb70df6eb09c8acbc8fb469ac9bc89fd | |
parent | 441fc2a2393a9b9ffbacb97f4427cce743579411 [diff] |
[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>