]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
Tentative does not mean RTM_DELADDR.
authorRoy Marples <roy@marples.name>
Thu, 6 Mar 2014 19:11:55 +0000 (19:11 +0000)
committerRoy Marples <roy@marples.name>
Thu, 6 Mar 2014 19:11:55 +0000 (19:11 +0000)
commit7529fdf1aff5119260cb7c787ff347787f8eeee4
tree377e8da1b40ef6f5fac57356934073a909f42076
parentea0bb1e29a41a67678b7f305d9f1259daeed4f5b
Tentative does not mean RTM_DELADDR.
This fixes RTM address handling on FreeBSD and OpenBSD.

Instead of listening for duplicate address messages for
FreeBSD and OpenBSD simply poll for the address flag changing.
This means less code to maintain and hopefully less error-prone.

Remove dead code which send a DAD as this is, and should,
be done entirely in the kernel.
configure
dhcp6.c
if-bsd.c
ipv4.c
ipv6.c
ipv6.h
ipv6nd.c
ipv6nd.h