mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-13 15:30:25 +01:00
libnm-core: add 'no-reload' and 'trust-ad' resolv.conf options
https://sourceware.org/git/?p=glibc.git;a=blob;f=resolv/res_init.c;h=95dce098aa7ec80f2e36f5c25022641d65e1d5e5;hb=9ea3686266dca3f004ba874745a4087a89682617#l681 https://bugzilla.redhat.com/show_bug.cgi?id=1825285 (cherry picked from commit40b2cf7a0c) (cherry picked from commit5b83609b01)
This commit is contained in:
parent
719d492f4a
commit
595f76e243
2 changed files with 4 additions and 0 deletions
|
|
@ -47,6 +47,8 @@ const NMUtilsDNSOptionDesc _nm_utils_dns_option_descs[] = {
|
|||
{ NM_SETTING_DNS_OPTION_SINGLE_REQUEST_REOPEN, FALSE, FALSE },
|
||||
{ NM_SETTING_DNS_OPTION_NO_TLD_QUERY, FALSE, FALSE },
|
||||
{ NM_SETTING_DNS_OPTION_USE_VC, FALSE, FALSE },
|
||||
{ NM_SETTING_DNS_OPTION_NO_RELOAD, FALSE, FALSE },
|
||||
{ NM_SETTING_DNS_OPTION_TRUST_AD, FALSE, FALSE },
|
||||
{ NULL, FALSE, FALSE }
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -368,6 +368,8 @@ char *nm_ip_routing_rule_to_string (const NMIPRoutingRule *self,
|
|||
#define NM_SETTING_DNS_OPTION_SINGLE_REQUEST_REOPEN "single-request-reopen"
|
||||
#define NM_SETTING_DNS_OPTION_NO_TLD_QUERY "no-tld-query"
|
||||
#define NM_SETTING_DNS_OPTION_USE_VC "use-vc"
|
||||
#define NM_SETTING_DNS_OPTION_NO_RELOAD "no-reload"
|
||||
#define NM_SETTING_DNS_OPTION_TRUST_AD "trust-ad"
|
||||
|
||||
/**
|
||||
* NMSettingIPConfig:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue