]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Announce our IPv4LL address.
authorRoy Marples <roy@marples.name>
Fri, 26 Jun 2015 08:43:46 +0000 (08:43 +0000)
committerRoy Marples <roy@marples.name>
Fri, 26 Jun 2015 08:43:46 +0000 (08:43 +0000)
ipv4ll.c

index e18bb5ef3d2cfba39d501eddd38aee2382ff1c40..46b1a4506de814e9590923fe542f0545451857d7 100644 (file)
--- 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);
 }