From: Roy Marples Date: Fri, 26 Jun 2015 08:43:46 +0000 (+0000) Subject: Announce our IPv4LL address. X-Git-Tag: v6.9.1~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62672f18ccd31ad1bd48b4b491b87927762bf182;p=thirdparty%2Fdhcpcd.git Announce our IPv4LL address. --- diff --git a/ipv4ll.c b/ipv4ll.c index e18bb5ef..46b1a450 100644 --- a/ipv4ll.c +++ b/ipv4ll.c @@ -158,6 +158,7 @@ ipv4ll_probed(struct arp_state *astate) state->addr = astate->addr; state->defend = 0; ipv4_buildroutes(ifp->ctx); + arp_announce(astate); script_runreason(ifp, "IPV4LL"); dhcpcd_daemonise(ifp->ctx); }