Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276779
b: refs/heads/master
c: 4af04ab
h: refs/heads/master
i:
  276777: 992c715
  276775: 324e496
v: v3
  • Loading branch information
Li Wei authored and David S. Miller committed Dec 12, 2011
1 parent aefca55 commit 61f73eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e7ab5f1c323e137120561daeec75e91a1bd9ec8b
refs/heads/master: 4af04aba93f47699e7ac33e7cfd4da22550e6114
3 changes: 2 additions & 1 deletion trunk/net/ipv6/addrconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1805,7 +1805,8 @@ static struct inet6_dev *addrconf_add_dev(struct net_device *dev)
return ERR_PTR(-EACCES);

/* Add default multicast route */
addrconf_add_mroute(dev);
if (!(dev->flags & IFF_LOOPBACK))
addrconf_add_mroute(dev);

/* Add link local route */
addrconf_add_lroute(dev);
Expand Down

0 comments on commit 61f73eb

Please sign in to comment.