summary refs log tree commit diff
path: root/src/core/devices
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2024-07-26 01:21:35 +0200
committerMichael Biebl <biebl@debian.org>2024-07-26 01:21:35 +0200
commit45a364c60a9d6d34e614c4f1f507c69336ad1e69 (patch)
treee19f6be7be473589a493b2e7888e5eb2c28dad43 /src/core/devices
parent58affb29b8386d6d26359da604a64fefe7ae0a60 (diff)
New upstream version 1.48.6 upstream/1.48.6
Diffstat (limited to 'src/core/devices')
-rw-r--r--src/core/devices/ovs/nm-device-ovs-interface.c2
1 files changed, 2 insertions, 0 deletions
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,