Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279116
b: refs/heads/master
c: 7ffbcec
h: refs/heads/master
v: v3
  • Loading branch information
David Miller committed Dec 28, 2011
1 parent deeb829 commit 903c887
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 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: d79aec83b2c348f49065a4d411e7b70bdf041c89
refs/heads/master: 7ffbcecbeed91e5874e9a1cfc4c0cbb07dac3069
10 changes: 0 additions & 10 deletions trunk/net/ipv6/addrconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -650,16 +650,6 @@ ipv6_add_addr(struct inet6_dev *idev, const struct in6_addr *addr, int pfxlen,

ifa->rt = rt;

/*
* part one of RFC 4429, section 3.3
* We should not configure an address as
* optimistic if we do not yet know the link
* layer address of our nexhop router
*/

if (dst_get_neighbour_noref_raw(&rt->dst) == NULL)
ifa->flags &= ~IFA_F_OPTIMISTIC;

ifa->idev = idev;
in6_dev_hold(idev);
/* For caller */
Expand Down

0 comments on commit 903c887

Please sign in to comment.