![]() | |||||||||||
Messages in this thread
Patch in this message |
-stable review patch. If anyone has any objections, please let us know. --------------------- From: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> I think this is less critical, but is also suitable for -stable release. Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Chris Wright <chrisw@sous-sol.org> --- net/ipv6/addrconf.c | 4 ++++ 1 file changed, 4 insertions(+) --- linux-2.6.21.1.orig/net/ipv6/addrconf.c +++ linux-2.6.21.1/net/ipv6/addrconf.c @@ -4062,6 +4062,10 @@ int __init addrconf_init(void) return err; ip6_null_entry.rt6i_idev = in6_dev_get(&loopback_dev); +#ifdef CONFIG_IPV6_MULTIPLE_TABLES + ip6_prohibit_entry.rt6i_idev = in6_dev_get(&loopback_dev); + ip6_blk_hole_entry.rt6i_idev = in6_dev_get(&loopback_dev); +#endif register_netdevice_notifier(&ipv6_dev_notf); -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||
| Last update: 2007-05-21 21:49 [from the cache] ©2003-2008 | |||||||||||