diff options
| author | Beniamino Galvani <bgalvani@redhat.com> | 2023-04-28 14:27:52 +0200 |
|---|---|---|
| committer | Beniamino Galvani <bgalvani@redhat.com> | 2023-04-28 14:27:52 +0200 |
| commit | 533dcd51489987692721e153155fc9ccce6c12a7 (patch) | |
| tree | 1a9735028299f6b83a4728efbc8b09be1e00c8d3 | |
| parent | 0cb43c9e42d713fc88c671204435fc607b6669bd (diff) | |
| download | NetworkManager-bg/dad-default.tar.gz | |
testbg/dad-default
| -rw-r--r-- | src/core/devices/nm-device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/devices/nm-device.c b/src/core/devices/nm-device.c index c7d9f9d89b..948a5b096b 100644 --- a/src/core/devices/nm-device.c +++ b/src/core/devices/nm-device.c @@ -1653,7 +1653,7 @@ _prop_get_ipv4_dad_timeout(NMDevice *self) self, 0, NM_SETTING_IP_CONFIG_DAD_TIMEOUT_MAX, - 0); + 3000); } static guint32 |
