mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 17:40:08 +01:00
ovs: change reason for deactivation-on-removal
The interface was removed, so NM_DEVICE_STATE_REASON_REMOVED sounds more correct.
This commit is contained in:
parent
8e55efeb9d
commit
a30d744657
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ ovsdb_device_removed(NMOvsdb * ovsdb,
|
|||
&& device_state < NM_DEVICE_STATE_DEACTIVATING) {
|
||||
nm_device_state_changed(device,
|
||||
NM_DEVICE_STATE_DEACTIVATING,
|
||||
NM_DEVICE_STATE_REASON_DEPENDENCY_FAILED);
|
||||
NM_DEVICE_STATE_REASON_REMOVED);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue