Blame SOURCES/0012-device-increase-carrier-wait-time-rh1520826.patch

c48088
From 511649ebb6941679d0ade0ff401ba7669f620619 Mon Sep 17 00:00:00 2001
c48088
From: Beniamino Galvani <bgalvani@redhat.com>
c48088
Date: Fri, 5 Jan 2018 16:55:55 +0100
c48088
Subject: [PATCH] device: increase carrier wait time to 6 seconds
c48088
c48088
Some NICs need longer to establish the link, increase the timeout from
c48088
5 to 6 seconds.
c48088
c48088
https://bugzilla.redhat.com/show_bug.cgi?id=1520826
c48088
(cherry picked from commit 156344b8beec88b68f335fe13c5db91d62fcb3fc)
c48088
(cherry picked from commit 3c60d6354044e3d88b010d489c0e76f8dd1163c9)
c48088
---
c48088
 src/devices/nm-device.c | 2 +-
c48088
 1 file changed, 1 insertion(+), 1 deletion(-)
c48088
c48088
diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c
c48088
index 40c425a5b..babef21ad 100644
c48088
--- a/src/devices/nm-device.c
c48088
+++ b/src/devices/nm-device.c
c48088
@@ -87,7 +87,7 @@ _LOG_DECLARE_SELF (NMDevice);
c48088
 #define DHCP_NUM_TRIES_MAX     3
c48088
 #define DEFAULT_AUTOCONNECT    TRUE
c48088
 
c48088
-#define CARRIER_WAIT_TIME_MS 5000
c48088
+#define CARRIER_WAIT_TIME_MS 6000
c48088
 #define CARRIER_WAIT_TIME_AFTER_MTU_MS 10000
c48088
 
c48088
 #define NM_DEVICE_AUTH_RETRIES_UNSET    -1
c48088
-- 
c48088
2.14.3
c48088