diff --git a/src/nm-activation-request.c b/src/nm-activation-request.c index 76949cf279..e17f2a7e80 100644 --- a/src/nm-activation-request.c +++ b/src/nm-activation-request.c @@ -318,6 +318,8 @@ device_state_changed (NMDevice *device, GParamSpec *pspec, NMActRequest *self) break; case NM_DEVICE_STATE_FAILED: case NM_DEVICE_STATE_DISCONNECTED: + case NM_DEVICE_STATE_UNMANAGED: + case NM_DEVICE_STATE_UNAVAILABLE: ac_state = NM_ACTIVE_CONNECTION_STATE_DEACTIVATED; /* No longer need to pay attention to device state */