From 45a364c60a9d6d34e614c4f1f507c69336ad1e69 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 26 Jul 2024 01:21:35 +0200 Subject: New upstream version 1.48.6 --- src/core/devices/ovs/nm-device-ovs-interface.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/devices') diff --git a/src/core/devices/ovs/nm-device-ovs-interface.c b/src/core/devices/ovs/nm-device-ovs-interface.c index 778f230b..c83451de 100644 --- a/src/core/devices/ovs/nm-device-ovs-interface.c +++ b/src/core/devices/ovs/nm-device-ovs-interface.c @@ -155,6 +155,8 @@ check_waiting_for_link(NMDevice *device, const char *from) reason = "no ifindex"; } else if (!(pllink = nm_platform_link_get(platform, ip_ifindex))) { reason = "platform link not found"; + } else if (!pllink->initialized) { + reason = "link is not ready yet"; } else if (priv->wait_link.cloned_mac && !nm_utils_hwaddr_matches(priv->wait_link.cloned_mac, -1, -- cgit 1.3.0-6-gf8a5