]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
IPv6: DUPLICATED could be announced by RTM_DELADDR
authorRoy Marples <roy@marples.name>
Fri, 21 Jun 2024 11:58:38 +0000 (12:58 +0100)
committerRoy Marples <roy@marples.name>
Fri, 21 Jun 2024 12:03:06 +0000 (13:03 +0100)
commit34d4ccbd0e7b40da382f148f8c8778015d40a604
tree640c1c0bb28684c027da7e9426dd6fe92787be5a
parent21e3dbf9718671807aa4ac0feb9087c266023f18
IPv6: DUPLICATED could be announced by RTM_DELADDR

This at least is true on Linux when addresses are not permanent.
As such, update address flags on all paths and run DAD hooks
even for address deletions.

This helps to give reason to the messages that pid 0 has deleted
your newly added address.
src/ipv4.c
src/ipv6.c