]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[NETNS][IPV6] Move sysctl initialization later on in the IPv6 init sequence
authorBenjamin Thery <benjamin.thery@bull.net>
Wed, 5 Mar 2008 18:45:36 +0000 (10:45 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 5 Mar 2008 18:45:36 +0000 (10:45 -0800)
commit94911fe31710e355e9fcac8b1a7eb36c4953f36b
tree99858e0593841dc442f975acccf0f21322130f9e
parent6b3d626321c1d4ce9138a86b047dfafc6a403016
[NETNS][IPV6] Move sysctl initialization later on in the IPv6 init sequence

This patch moves initialization of IPv6 sysctl stuff at the end of
IPv6 initialization.

This will be helpful for network namespaces where some sysctl entries
depend on per-namespace variables, that need to be allocated and
initialized before they are referenced by sysctl.

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