diff --git a/src/core/ipv4/dhcp.c b/src/core/ipv4/dhcp.c index e8306bfa..b519ae90 100644 --- a/src/core/ipv4/dhcp.c +++ b/src/core/ipv4/dhcp.c @@ -542,6 +542,11 @@ dhcp_timeout(struct netif *netif) dhcp_discover(netif); } } +#if ESP_DHCP + else if (dhcp->state == DHCP_STATE_REBINDING) { + dhcp->t2_rebind_time = 1; + } +#endif } /**