mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 08:10:08 +01:00
device: allow the reapply of mdns and llmnr properties
This commit is contained in:
parent
6169cd570f
commit
0cfbca53e4
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue