[NETNS][IPV6]: Make the ipv6 sysctl to be a netns subsystem.
authorDaniel Lezcano <dlezcano@fr.ibm.com>
Thu, 10 Jan 2008 10:49:34 +0000 (02:49 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:01:16 +0000 (15:01 -0800)
commit89918fc270bb77cb1a0703f0ea566a692b32e324
treec1a2171b2e1801cbdbe1b9a58411290479774313
parentb0f159db7c95babf1e321334eb33d42db94f2854
[NETNS][IPV6]: Make the ipv6 sysctl to be a netns subsystem.

The initialization of the sysctl for the ipv6 protocol is changed to a
network namespace subsystem. That means when a new network namespace
is created the initialization function for the sysctl will be called.

That do not change the behavior of the sysctl in case of the kernel
with the network namespace disabled.

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