git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d79aec8
)
ipv6: Remove optimistic DAD flag test in ipv6_add_addr()
author
David Miller
<davem@davemloft.net>
Tue, 27 Dec 2011 09:53:05 +0000
(09:53 +0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 28 Dec 2011 18:38:49 +0000
(13:38 -0500)
The route we have here is for the address being added to the interface,
ie. for input packet processing.
Therefore using that route to determine whether an output nexthop gateway
is known and resolved doesn't make any sense.
So, simply remove this test, it never triggered anyways.
Signed-off-by: David S. Miller <davem@davemloft.net>
Acked-By: Neil Horman <nhorman@tuxdriver.com>
net/ipv6/addrconf.c
patch
|
blob
|
history
diff --cc
net/ipv6/addrconf.c
Simple merge