summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2018-08-31 17:17:57 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2018-09-06 09:19:41 +0200
commit0cfbca53e4a619d0a9db3c5d786f4bf5569de4d4 (patch)
tree80e447dcd4917dfad83e02fdcc69cfda5764a3c1
parent6169cd570f855eec80819dd2ac63324c65cbc598 (diff)
downloadNetworkManager-bg/llmnr.tar.gz
device: allow the reapply of mdns and llmnr propertiesbg/llmnr
-rw-r--r--src/devices/nm-device.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c
index 872f6c8f07..515e6334a2 100644
--- a/src/devices/nm-device.c
+++ b/src/devices/nm-device.c
@@ -10879,7 +10879,9 @@ can_reapply_change (NMDevice *self, const char *setting_name,
NM_SETTING_CONNECTION_AUTOCONNECT,
NM_SETTING_CONNECTION_ZONE,
NM_SETTING_CONNECTION_METERED,
- NM_SETTING_CONNECTION_LLDP);
+ NM_SETTING_CONNECTION_LLDP,
+ NM_SETTING_CONNECTION_MDNS,
+ NM_SETTING_CONNECTION_LLMNR);
} else if (NM_IN_STRSET (setting_name,
NM_SETTING_PROXY_SETTING_NAME)) {
return TRUE;