mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-20 00:50:31 +01:00
core: don't assume connection if device is EXTERNAL_DOWN (bgo #741694)
https://bugzilla.gnome.org/show_bug.cgi?id=741694#c1 Fixes:Beaker:NetworkManager_Test41_connection_removal_of_disapperared_device
This commit is contained in:
parent
924f7b2064
commit
12247a7271
1 changed files with 1 additions and 0 deletions
|
|
@ -1658,6 +1658,7 @@ recheck_assume_connection (NMDevice *device, gpointer user_data)
|
|||
return FALSE;
|
||||
if (nm_device_get_unmanaged_flag (device, NM_UNMANAGED_USER) ||
|
||||
nm_device_get_unmanaged_flag (device, NM_UNMANAGED_INTERNAL) ||
|
||||
nm_device_get_unmanaged_flag (device, NM_UNMANAGED_EXTERNAL_DOWN) ||
|
||||
nm_device_get_unmanaged_flag (device, NM_UNMANAGED_PARENT))
|
||||
return FALSE;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue