diff --git a/1000-revert-change-default-value-for-ipv4.dad-timeout-from-0-to-200ms.patch b/0001-revert-change-default-value-for-ipv4.dad-timeout-from-0-to-200ms.patch similarity index 96% rename from 1000-revert-change-default-value-for-ipv4.dad-timeout-from-0-to-200ms.patch rename to 0001-revert-change-default-value-for-ipv4.dad-timeout-from-0-to-200ms.patch index ca69704..9e49357 100644 --- a/1000-revert-change-default-value-for-ipv4.dad-timeout-from-0-to-200ms.patch +++ b/0001-revert-change-default-value-for-ipv4.dad-timeout-from-0-to-200ms.patch @@ -11,15 +11,6 @@ index 16f8e1f261..036233e668 100644 } static guint32 -@@ -4466,7 +4466,7 @@ _dev_l3_cfg_notify_cb(NML3Cfg *l3cfg, const NML3ConfigNotifyData *notify_data, N - char buf_addr[NM_INET_ADDRSTRLEN]; - - if (addr_info->state == NM_L3_ACD_ADDR_STATE_USED) { -- _LOGW(LOGD_DEVICE, -+ _LOGI(LOGD_DEVICE, - "IP address %s cannot be configured because it is already in use in the " - "network by host %s", - nm_inet4_ntop(addr_info->addr, buf_addr), diff --git a/src/libnm-core-impl/nm-setting-ip-config.c b/src/libnm-core-impl/nm-setting-ip-config.c index bfebe7d13d..de56ed74ea 100644 --- a/src/libnm-core-impl/nm-setting-ip-config.c diff --git a/NetworkManager.spec b/NetworkManager.spec index 0b6c357..a2812c4 100644 --- a/NetworkManager.spec +++ b/NetworkManager.spec @@ -208,7 +208,8 @@ Source9: readme-ifcfg-rh-migrated.txt # These are not bugfixes, hence they are also relevant after # the next rebase of the source tarball. # Patch0001: 0001-some.patch -Patch1000: 1000-revert-change-default-value-for-ipv4.dad-timeout-from-0-to-200ms.patch +Patch0001: 0001-revert-change-default-value-for-ipv4.dad-timeout-from-0-to-200ms.patch + # Bugfixes that are only relevant until next rebase of the package. # Patch1001: 1001-some.patch