From d29839c43091d855ae564284bda396724558a7f7 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 1 Dec 2016 23:09:00 +0100 Subject: 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. --- src/devices/nm-device.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c index 675778cbc4..b95dce544a 100644 --- a/src/devices/nm-device.c +++ b/src/devices/nm-device.c @@ -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; -- cgit v1.2.1