mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 10:00:07 +01:00
sd-dhcp: remove unreachable route after rebinding return NAK
(cherry picked from commit cc3981b1272b9ce37e7d734a7b2f42e84acac535) (cherry picked from commit915c2f675a) (cherry picked from commitcb77290a69) (cherry picked from commitf211b140a5) (cherry picked from commit1cfefbb99f) (cherry picked from commitf3f5441820) (cherry picked from commit7337cd21dd) (cherry picked from commit8a6f6cab22)
This commit is contained in:
parent
1dc1bfffa5
commit
694cdacfc6
1 changed files with 2 additions and 0 deletions
|
|
@ -1521,6 +1521,8 @@ static int client_handle_message(sd_dhcp_client *client, DHCPMessage *message,
|
|||
client->timeout_resend =
|
||||
sd_event_source_unref(client->timeout_resend);
|
||||
|
||||
client_notify(client, SD_DHCP_CLIENT_EVENT_EXPIRED);
|
||||
|
||||
r = client_initialize(client);
|
||||
if (r < 0)
|
||||
goto error;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue