summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-11-13 12:49:37 +0100
committerThomas Haller <thaller@redhat.com>2018-11-13 13:49:02 +0100
commit207a9a2223ffaf9635aa3809888a252fb319ddda (patch)
tree97710de90c9b852ea52cc68955db06aa653cf839 /man
parent17f9801e07df0c544e0416c65cedc28727476e55 (diff)
downloadNetworkManager-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.xml10
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.