From 6fb11dbe77ac11fa4c681a9f49c18d2b4193e007 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 9 Aug 2022 14:11:55 +0200 Subject: device: allow reapplying changes to "connection.autoconnect-priorty" Of course, this setting has no effect while being activated. But it should not prevent reapply. --- src/core/devices/nm-device.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/devices/nm-device.c b/src/core/devices/nm-device.c index bff1e74eba..c51da9ac82 100644 --- a/src/core/devices/nm-device.c +++ b/src/core/devices/nm-device.c @@ -12707,6 +12707,7 @@ can_reapply_change(NMDevice *self, NM_SETTING_CONNECTION_STABLE_ID, NM_SETTING_CONNECTION_AUTOCONNECT, NM_SETTING_CONNECTION_AUTOCONNECT_SLAVES, + NM_SETTING_CONNECTION_AUTOCONNECT_PRIORITY, NM_SETTING_CONNECTION_ZONE, NM_SETTING_CONNECTION_METERED, NM_SETTING_CONNECTION_LLDP, -- cgit v1.2.1