Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 55962
b: refs/heads/master
c: 9a6bf6f
h: refs/heads/master
v: v3
  • Loading branch information
YOSHIFUJI Hideaki authored and David S. Miller committed May 11, 2007
1 parent 1684250 commit ed0fe9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e76b2b2567b83448c2ee85a896433b96150c92e6
refs/heads/master: 9a6bf6fe716ea09160ee11660ee66a930167692b
4 changes: 4 additions & 0 deletions trunk/net/ipv6/addrconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -4204,6 +4204,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);

Expand Down

0 comments on commit ed0fe9e

Please sign in to comment.