]> git.baikalelectronics.ru Git - kernel.git/commit
[NETNS][IPV6]: Make a subsystem for af_inet6.
authorDaniel Lezcano <dlezcano@fr.ibm.com>
Thu, 10 Jan 2008 10:48:33 +0000 (02:48 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:01:15 +0000 (15:01 -0800)
commitcf0a63eabdc3c15dc62085a5b091faf74fc4d62a
tree57c32620d17fe3c1977b7f0566b8555c0b81f6b4
parentd8e62368570886c259975ec7dd8a90656a5cd5ff
[NETNS][IPV6]: Make a subsystem for af_inet6.

This patch add a network namespace subsystem for the af_inet6 module.
It does nothing right now, but one of its purpose is to receive the
different variables for sysctl in order to initialize them.

When the sysctl variable will be moved to the network namespace
structure, they will be no longer initialized as global static
variables, so we must find a place to initialize them. Because the
sysctl can be disabled, it has no sense to store them in the
sysctl_net_ipv6 file.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/af_inet6.c