]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Log IPv4 DAD completing when the kernel handles DAD.
authorRoy Marples <roy@marples.name>
Tue, 9 Jun 2015 16:43:20 +0000 (16:43 +0000)
committerRoy Marples <roy@marples.name>
Tue, 9 Jun 2015 16:43:20 +0000 (16:43 +0000)
dhcp.c

diff --git a/dhcp.c b/dhcp.c
index 8276e65913444ec30ae6b2d4e9575ab43236e7e1..749ca7031b03b5065b433e24efffc66c34bed145 100644 (file)
--- a/dhcp.c
+++ b/dhcp.c
@@ -1897,6 +1897,8 @@ dhcp_arp_probed(struct arp_state *astate)
        dhcp_close(astate->iface);
        eloop_timeout_delete(astate->iface->ctx->eloop, NULL, astate->iface);
 #ifdef IN_IFF_TENTATIVE
+       logger(astate->iface->ctx, LOG_DEBUG, "%s: DAD completed for %s",
+           astate->iface->name, inet_ntoa(astate->addr));
        ipv4_finaliseaddr(astate->iface);
        arp_close(astate->iface);
 #else