]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Need to call initstate here.
authorRoy Marples <roy@marples.name>
Mon, 2 Mar 2015 20:20:43 +0000 (20:20 +0000)
committerRoy Marples <roy@marples.name>
Mon, 2 Mar 2015 20:20:43 +0000 (20:20 +0000)
dhcpcd.c

index e47bdbe1aa30383d516f82c7058ce34be47d73d5..cb0d753d0c17575b54e2b6ab8962de4597e56fad 100644 (file)
--- a/dhcpcd.c
+++ b/dhcpcd.c
@@ -979,7 +979,7 @@ if_reboot(struct interface *ifp, int argc, char **argv)
 
        oldopts = ifp->options->options;
        script_runreason(ifp, "RECONFIGURE");
-       configure_interface(ifp, argc, argv);
+       dhcpcd_initstate1(ifp, argc, argv);
        dhcp_reboot_newopts(ifp, oldopts);
        dhcp6_reboot(ifp);
        dhcpcd_prestartinterface(ifp);