From: Roy Marples Date: Tue, 9 Jun 2015 16:43:20 +0000 (+0000) Subject: Log IPv4 DAD completing when the kernel handles DAD. X-Git-Tag: v6.9.1~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5ed255c9bc82c7b417bb63cc5e628b0588fb5f5;p=thirdparty%2Fdhcpcd.git Log IPv4 DAD completing when the kernel handles DAD. --- diff --git a/dhcp.c b/dhcp.c index 8276e659..749ca703 100644 --- 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