summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2016-08-24 14:57:35 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2016-08-24 18:00:06 +0200
commitbdaa3acfc30b789e45f79934e1c3c8c3428d7864 (patch)
tree871e443f7e4a625396e54fd706e48de827458d37
parent79c81bbb8cf5903462caf9f60e1bca4a22f3280f (diff)
downloadNetworkManager-bdaa3acfc30b789e45f79934e1c3c8c3428d7864.tar.gz
dhcp/systemd: honor timeout for DHCPv6
https://bugzilla.gnome.org/show_bug.cgi?id=770329
-rw-r--r--src/dhcp-manager/nm-dhcp-systemd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dhcp-manager/nm-dhcp-systemd.c b/src/dhcp-manager/nm-dhcp-systemd.c
index a28cb8a5a7..ac8eb60a3a 100644
--- a/src/dhcp-manager/nm-dhcp-systemd.c
+++ b/src/dhcp-manager/nm-dhcp-systemd.c
@@ -960,6 +960,8 @@ ip6_start (NMDhcpClient *client,
goto error;
}
+ nm_dhcp_client_start_timeout (client);
+
return TRUE;
error: