mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-02 04:58:00 +02:00
device: allow device reapply of a connection with differing connection.autoconnect
Autoconnect property doesn't really matter for the applied connection. Whitelist it from the properties and allow changing it during reapply.
This commit is contained in:
parent
ce2d1f062b
commit
d29839c430
1 changed files with 1 additions and 0 deletions
|
|
@ -8192,6 +8192,7 @@ reapply_connection (NMDevice *self,
|
|||
error,
|
||||
NM_SETTING_CONNECTION_ID,
|
||||
NM_SETTING_CONNECTION_UUID,
|
||||
NM_SETTING_CONNECTION_AUTOCONNECT,
|
||||
NM_SETTING_CONNECTION_ZONE,
|
||||
NM_SETTING_CONNECTION_METERED))
|
||||
return FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue