diff options
author | Thomas Haller <thaller@redhat.com> | 2018-11-13 12:49:37 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2018-11-13 13:49:02 +0100 |
commit | 207a9a2223ffaf9635aa3809888a252fb319ddda (patch) | |
tree | 97710de90c9b852ea52cc68955db06aa653cf839 /man | |
parent | 17f9801e07df0c544e0416c65cedc28727476e55 (diff) | |
download | NetworkManager-207a9a2223ffaf9635aa3809888a252fb319ddda.tar.gz |
man: document global connection default for "ipv4.dns-priority"
... and "ipv6.dns-priority".
Fixes: 77ded12da46457848e86561b0e9460f03302e6e8
Diffstat (limited to 'man')
-rw-r--r-- | man/NetworkManager.conf.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/NetworkManager.conf.xml b/man/NetworkManager.conf.xml index b277db0d4e..392543ab38 100644 --- a/man/NetworkManager.conf.xml +++ b/man/NetworkManager.conf.xml @@ -718,6 +718,11 @@ ipv6.ip6-privacy=0 the interface type is used.</para></listitem> </varlistentry> <varlistentry> + <term><varname>ipv4.dns-priority</varname></term> + <listitem><para>If unspecified or zero, use 50 for VPN profiles + and 100 for other profiles.</para></listitem> + </varlistentry> + <varlistentry> <term><varname>ipv4.route-metric</varname></term> </varlistentry> <varlistentry> @@ -737,6 +742,11 @@ ipv6.ip6-privacy=0 the interface type is used.</para></listitem> </varlistentry> <varlistentry> + <term><varname>ipv6.dns-priority</varname></term> + <listitem><para>If unspecified or zero, use 50 for VPN profiles + and 100 for other profiles.</para></listitem> + </varlistentry> + <varlistentry> <term><varname>ipv6.ip6-privacy</varname></term> <listitem><para>If <literal>ipv6.ip6-privacy</literal> is unset, use the content of "/proc/sys/net/ipv6/conf/default/use_tempaddr" as last fallback. |