mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-12 10:00:38 +01:00
device: allow reapply for changed "connection.autoconnect-slaves" property
We list the properties that can be reapplied, and reject the reapply operation for any other changes. The idea is that usually reapply of a property requires an explicit implementation (or may not make sense). "connection.autoconnect-slaves" is something that takes effect when activating the master device. It does not matter when the device is already active, thus there is no need to reject the reapply operation. https://bugzilla.redhat.com/show_bug.cgi?id=2065049 https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1150
This commit is contained in:
parent
14b9a9bd9d
commit
b3192d2d46
1 changed files with 1 additions and 0 deletions
|
|
@ -12462,6 +12462,7 @@ can_reapply_change(NMDevice *self,
|
|||
NM_SETTING_CONNECTION_UUID,
|
||||
NM_SETTING_CONNECTION_STABLE_ID,
|
||||
NM_SETTING_CONNECTION_AUTOCONNECT,
|
||||
NM_SETTING_CONNECTION_AUTOCONNECT_SLAVES,
|
||||
NM_SETTING_CONNECTION_ZONE,
|
||||
NM_SETTING_CONNECTION_METERED,
|
||||
NM_SETTING_CONNECTION_LLDP,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue