ovs: only finish waiting for a link when we actually got one
https://bugzilla.redhat.com/show_bug.cgi?id=1546659
This commit is contained in:
@@ -116,7 +116,7 @@ link_changed (NMDevice *device,
|
||||
{
|
||||
NMDeviceOvsInterfacePrivate *priv = NM_DEVICE_OVS_INTERFACE_GET_PRIVATE (device);
|
||||
|
||||
if (priv->waiting_for_interface) {
|
||||
if (pllink && priv->waiting_for_interface) {
|
||||
priv->waiting_for_interface = FALSE;
|
||||
nm_device_bring_up (device, TRUE, NULL);
|
||||
nm_device_activate_schedule_stage3_ip_config_start (device);
|
||||
|
Reference in New Issue
Block a user