Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377418
b: refs/heads/master
c: a881ae1
h: refs/heads/master
v: v3
  • Loading branch information
Gao feng authored and David S. Miller committed Jun 20, 2013
1 parent bd43b42 commit fcef1eb
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 9fa8e980bb0a56e46ddd97731f83f608c39aa7a5
refs/heads/master: a881ae1f625c599b460cc8f8a7fcb1c438f699ad
3 changes: 3 additions & 0 deletions trunk/net/ipv6/addrconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -2655,6 +2655,9 @@ static void init_loopback(struct net_device *dev)
if (sp_ifa->flags & (IFA_F_DADFAILED | IFA_F_TENTATIVE))
continue;

if (sp_ifa->rt)
continue;

sp_rt = addrconf_dst_alloc(idev, &sp_ifa->addr, 0);

/* Failure cases are ignored */
Expand Down

0 comments on commit fcef1eb

Please sign in to comment.