summaryrefslogtreecommitdiff
path: root/man/systemd.network.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-01-15 12:02:37 +0100
committerGitHub <noreply@github.com>2018-01-15 12:02:37 +0100
commit38edb7674bc22551f7c7ac010b296406ce25e7f1 (patch)
treef3ac7a58d28595754c348d97314e24a8a493b002 /man/systemd.network.xml
parentf94abc667a6330cccd9a0544fa6203cb5b5d335f (diff)
parent982be97c0047d952c148e4c8a3803ad3ceafff39 (diff)
downloadsystemd-38edb7674bc22551f7c7ac010b296406ce25e7f1.tar.gz
Merge pull request #7582 from pfl/dhcp6_prefix_delegation
DHCPv6 prefix delegation
Diffstat (limited to 'man/systemd.network.xml')
-rw-r--r--man/systemd.network.xml12
1 files changed, 10 insertions, 2 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index f1bd751348..75c90c4e73 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -667,8 +667,16 @@
<varlistentry>
<term><varname>IPv6PrefixDelegation=</varname></term>
<listitem><para>Whether to enable or disable Router Advertisement sending on a link.
- Defaults to <literal>false</literal>. See the <literal>[IPv6PrefixDelegation]</literal>
- and the <literal>[IPv6Prefix]</literal> sections for configuration options.
+ Allowed values are <literal>static</literal> which distributes prefixes as defined in
+ the <literal>[IPv6PrefixDelegation]</literal> and any <literal>[IPv6Prefix]</literal>
+ sections, <literal>dhcpv6</literal> which requests prefixes using a DHCPv6 client
+ configured for another link and any values configured in the
+ <literal>[IPv6PrefixDelegation]</literal> section while ignoring all static prefix
+ configuration sections, <literal>yes</literal> which uses both static configuration
+ and DHCPv6, and <literal>false</literal> which turns off IPv6 prefix delegation
+ altogether. Defaults to <literal>false</literal>. See the
+ <literal>[IPv6PrefixDelegation]</literal> and the <literal>[IPv6Prefix]</literal>
+ sections for more configuration options.
</para></listitem>
</varlistentry>
<varlistentry>