summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-02-15 12:17:46 +0100
committerGitHub <noreply@github.com>2019-02-15 12:17:46 +0100
commit84e4b0b89393ba5bf663c790df1602587e4f3b0a (patch)
treefefea6a6995c940cb0da41f6d5a28106897763aa /man
parentbbd8598f8b8939a86751c04e823aaccce3ffd3f8 (diff)
parent24433ffa6d2491c22dfc13cfd4827df852ea5318 (diff)
downloadsystemd-84e4b0b89393ba5bf663c790df1602587e4f3b0a.tar.gz
systemd-84e4b0b89393ba5bf663c790df1602587e4f3b0a.tar.bz2
systemd-84e4b0b89393ba5bf663c790df1602587e4f3b0a.zip
Merge pull request #11716 from ssahani/drop-autoconf-address
networkd: ipv6ra allow to ignore addresses
Diffstat (limited to 'man')
-rw-r--r--man/systemd.network.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index 25a6bc1467..1a02672713 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -1513,6 +1513,23 @@
</para>
</listitem>
</varlistentry>
+
+ <varlistentry>
+ <term><varname>UseAutonomousPrefix=</varname></term>
+ <listitem>
+ <para>When true (the default), the autonomous prefix received in the Router Advertisement will be used and take
+ precedence over any statically configured ones.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><varname>UseOnLinkPrefix=</varname></term>
+ <listitem>
+ <para>When true (the default), the onlink prefix received in the Router Advertisement will be used and take
+ precedence over any statically configured ones.</para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
</refsect1>