Comment 7 for bug 412570

Revision history for this message
Alexander Sack (asac) wrote :

ok i think this is the patch ...

diff --git a/src/nm-device.c b/src/nm-device.c
index 18a8516..b41192b 100644
--- a/src/nm-device.c
+++ b/src/nm-device.c
@@ -1812,7 +1812,7 @@ nm_device_activate_schedule_stage5_ip_config_commit (NMDevice *self, int family)
        else if (family == AF_INET6)
                priv->ip6_ready = TRUE;

- if (!priv->ip4_ready || !priv->ip6_ready)
+ if (!priv->ip4_ready && !priv->ip6_ready)
                return;

        activation_source_schedule (self, nm_device_activate_stage5_ip_config_commit, 0);