mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-07 16:50:35 +01:00
device: Don't delete the link if a re-activation is scheduled
This commit is contained in:
parent
842648a992
commit
892602c912
1 changed files with 2 additions and 0 deletions
|
|
@ -5081,6 +5081,8 @@ delete_on_deactivate_check_and_schedule (NMDevice *self, int ifindex)
|
|||
return;
|
||||
if (!priv->is_nm_owned)
|
||||
return;
|
||||
if (priv->queued_act_request)
|
||||
return;
|
||||
if (!nm_device_is_software (self))
|
||||
return;
|
||||
if (nm_device_get_state (self) == NM_DEVICE_STATE_UNMANAGED)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue