ipv6: initialize ip6_route sysctl vars in ip6_route_net_init()
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Tue, 7 Oct 2008 21:15:00 +0000 (14:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Oct 2008 21:15:00 +0000 (14:15 -0700)
This makes that ip6_route_net_init() does all of the route init code.
There used to be a race between ip6_route_net_init() and ip6_net_init()
and someone relying on the combined result was left out cold.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found