From: Roy Marples Date: Fri, 26 Jun 2015 18:02:06 +0000 (+0000) Subject: Announce the address. X-Git-Tag: v6.9.1~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb87785c76bff1ef37233d8f95d46ab96ab20b3a;p=thirdparty%2Fdhcpcd.git Announce the address. --- diff --git a/dhcp.c b/dhcp.c index 69b1ed49..67f3f90e 100644 --- a/dhcp.c +++ b/dhcp.c @@ -1907,6 +1907,7 @@ dhcp_arp_probed(struct arp_state *astate) logger(astate->iface->ctx, LOG_DEBUG, "%s: DAD completed for %s", astate->iface->name, inet_ntoa(astate->addr)); dhcp_bind(astate->iface); + arp_announce(astate); /* Stop IPv4LL now we have a working DHCP address */ ipv4ll_drop(astate->iface);