diff --git a/net/dhcp.c b/net/dhcp.c index 984d32a..427d80a 100644 --- a/net/dhcp.c +++ b/net/dhcp.c @@ -615,6 +615,9 @@ dhcp_result_free(res); + if (!ret) + edev->ifup = true; + return ret; }