[NETNS][IPV6]: Make sysctls route per namespace.
authorDaniel Lezcano <dlezcano@fr.ibm.com>
Thu, 10 Jan 2008 11:01:01 +0000 (03:01 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:01:20 +0000 (15:01 -0800)
commit4990509f19e8f1e000a83a88fc46328f73b8a88a
tree83d493e6081e9d2298a55925ee0a7f4bfedd0a51
parent7c76509d0da99f29289b9b7ab134791e45d49b15
[NETNS][IPV6]: Make sysctls route per namespace.

All the sysctl concerning the routes are moved to the network
namespace structure. A helper function is called to initialize the
variables.

Because the ipv6 protocol is not yet per namespace, the variables are
accessed relatively from the network namespace.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip6_route.h
include/net/netns/ipv6.h
net/ipv6/af_inet6.c
net/ipv6/ip6_fib.c
net/ipv6/route.c
net/ipv6/sysctl_net_ipv6.c