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.

(cherry picked from commit d29839c430)
This commit is contained in:
Thomas Haller 2016-12-01 23:09:00 +01:00
parent 5dbd54552d
commit 74ff792956

View file

@ -7857,6 +7857,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;