Mercurial > hg > dhcpcd
changeset 2974:1edbcf1a48ee draft
Need to call initstate here.
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Mon, 02 Mar 2015 20:20:43 +0000 |
| parents | 61bb23f4fe72 |
| children | 4f153a979fd2 |
| files | dhcpcd.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/dhcpcd.c Mon Mar 02 20:08:10 2015 +0000 +++ b/dhcpcd.c Mon Mar 02 20:20:43 2015 +0000 @@ -979,7 +979,7 @@ 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);
