diff options
author | Daniel Lezcano <dlezcano@fr.ibm.com> | 2008-03-04 16:48:30 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-03-04 16:48:30 -0500 |
commit | 8ed677896752fff056f6cf3d7ce462adc6c464f0 (patch) | |
tree | 8b0cc80f1d199760e484810b1abb9e3c95f64a05 /net/ipv6/addrconf.c | |
parent | bdb3289f739e94bcae8b51972ae844ec66c2f4df (diff) |
[NETNS][IPV6] rt6_info - move rt6_info structure inside the namespace
The rt6_info structures are moved inside the network namespace
structure. All references to these structures are now relative to the
initial network namespace.
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Signed-off-by: Benjamin Thery <benjamin.thery@bull.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/addrconf.c')
-rw-r--r-- | net/ipv6/addrconf.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c index 3192a848a53a..17b06d220e95 100644 --- a/net/ipv6/addrconf.c +++ b/net/ipv6/addrconf.c | |||
@@ -4301,15 +4301,6 @@ int __init addrconf_init(void) | |||
4301 | if (err) | 4301 | if (err) |
4302 | goto errlo; | 4302 | goto errlo; |
4303 | 4303 | ||
4304 | ip6_null_entry->u.dst.dev = init_net.loopback_dev; | ||
4305 | ip6_null_entry->rt6i_idev = in6_dev_get(init_net.loopback_dev); | ||
4306 | #ifdef CONFIG_IPV6_MULTIPLE_TABLES | ||
4307 | ip6_prohibit_entry->u.dst.dev = init_net.loopback_dev; | ||
4308 | ip6_prohibit_entry->rt6i_idev = in6_dev_get(init_net.loopback_dev); | ||
4309 | ip6_blk_hole_entry->u.dst.dev = init_net.loopback_dev; | ||
4310 | ip6_blk_hole_entry->rt6i_idev = in6_dev_get(init_net.loopback_dev); | ||
4311 | #endif | ||
4312 | |||
4313 | register_netdevice_notifier(&ipv6_dev_notf); | 4304 | register_netdevice_notifier(&ipv6_dev_notf); |
4314 | 4305 | ||
4315 | addrconf_verify(0); | 4306 | addrconf_verify(0); |