summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-08-09 14:11:55 +0200
committerThomas Haller <thaller@redhat.com>2022-08-09 14:11:55 +0200
commit6fb11dbe77ac11fa4c681a9f49c18d2b4193e007 (patch)
treed36f9c98b1bd79a35f5d0ea246243dd43674ede0
parent55421209e21e67c5439e93146552dec5afc9f51d (diff)
downloadNetworkManager-6fb11dbe77ac11fa4c681a9f49c18d2b4193e007.tar.gz
device: allow reapplying changes to "connection.autoconnect-priorty"
Of course, this setting has no effect while being activated. But it should not prevent reapply.
-rw-r--r--src/core/devices/nm-device.c1
1 files changed, 1 insertions, 0 deletions
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,