]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Build routes and daemonise when we get an IPv4LL address.
authorRoy Marples <roy@marples.name>
Sat, 13 Jun 2015 10:33:56 +0000 (10:33 +0000)
committerRoy Marples <roy@marples.name>
Sat, 13 Jun 2015 10:33:56 +0000 (10:33 +0000)
ipv4ll.c

index 3a7c697b5cb378ece6ae057bfc1fcb60e93d05e1..6a7e70fb4ca7c8352fb0ba4b1154f9cfe8c5c609 100644 (file)
--- a/ipv4ll.c
+++ b/ipv4ll.c
@@ -157,7 +157,9 @@ ipv4ll_probed(struct arp_state *astate)
 #endif
        state->addr = astate->addr;
        state->defend = 0;
+       ipv4_buildroutes(ifp->ctx);
        script_runreason(ifp, "IPV4LL");
+       dhcpcd_daemonise(ifp->ctx);
 }
 
 static void