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:
Thomas Haller 2016-12-01 23:09:00 +01:00
parent ce2d1f062b
commit d29839c430

View file

@ -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;