Skip to content
Commit 7ffbcecb authored by David Miller's avatar David Miller Committed by David S. Miller
Browse files

ipv6: Remove optimistic DAD flag test in ipv6_add_addr()



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: default avatarDavid S. Miller <davem@davemloft.net>
Acked-By: default avatarNeil Horman <nhorman@tuxdriver.com>
parent d79aec83
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment