From ad14204daad99c40577e243292b3309d46d3a16d Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 22 Mar 2018 19:18:03 +0000 Subject: [PATCH] Really start dhcp on deletion of address. --- src/dhcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dhcp.c b/src/dhcp.c index 68b0dd56..80ffe4fc 100644 --- a/src/dhcp.c +++ b/src/dhcp.c @@ -3912,7 +3912,7 @@ dhcp_handleifa(int cmd, struct ipv4_addr *ia, pid_t pid) /* Don't clear the added state as we need * to drop the lease. */ dhcp_drop(ifp, "EXPIRE"); - dhcp_reboot(ifp); + dhcp_start1(ifp); } return; } -- 2.47.2