commit | c76fe2d98c726224a975a0d0198c3fb50406d325 | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Thu Jan 25 20:16:29 2018 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 29 14:18:38 2018 -0500 |
tree | 2c2c9d6f8a7174c3ef271d910123c99bf1377085 | |
parent | 202a0a70e445caee1d0ec7aae814e64b1189fa4d [diff] |
net: ipv6: send unsolicited NA after DAD Unsolicited IPv6 neighbor advertisements should be sent after DAD completes. Update ndisc_send_unsol_na to skip tentative, non-optimistic addresses and have those sent by addrconf_dad_completed after DAD. Fixes: 4a6e3c5def13c ("net: ipv6: send unsolicited NA on admin up") Reported-by: Vivek Venkatraman <vivek@cumulusnetworks.com> Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>