mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-31 00:50:12 +01:00
dhcp/systemd: honor timeout for DHCPv6
https://bugzilla.gnome.org/show_bug.cgi?id=770329
(cherry picked from commit bdaa3acfc3)
This commit is contained in:
parent
afab2b8112
commit
2a56c07092
1 changed files with 2 additions and 0 deletions
|
|
@ -960,6 +960,8 @@ ip6_start (NMDhcpClient *client,
|
|||
goto error;
|
||||
}
|
||||
|
||||
nm_dhcp_client_start_timeout (client);
|
||||
|
||||
return TRUE;
|
||||
|
||||
error:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue