]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/ipv6/route.c
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)
commitb339a47c370ec669f789c5989f54eec1d78574bb
treea6da652fe9c0a78780b6d7cdf3cf283cc5b23191
parent68fffc679694d5f7c02fdeb684b481416cd8213b
ipv6: initialize ip6_route sysctl vars in ip6_route_net_init()

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>
net/ipv6/af_inet6.c
net/ipv6/route.c