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