Update to 1.45.90 release (release candidate)

Related: RHEL-2404
Resolves: RHEL-17620
Resolves: RHEL-5098

Correct the patch name and preserve the warning level log for the DAD
detection message
This commit is contained in:
Stanislas FAYE 2024-01-25 08:52:18 +01:00
parent 1881ea17b4
commit 4e8edc6be9
2 changed files with 2 additions and 10 deletions

View File

@ -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

View File

@ -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