From: Patrik Flykt Date: Thu, 4 Jan 2018 13:12:02 +0000 (+0200) Subject: man: Update man page regarding DHCPv6 Prefix Delegation X-Git-Tag: v237~103^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=982be97c0047d952c148e4c8a3803ad3ceafff39;p=thirdparty%2Fsystemd.git man: Update man page regarding DHCPv6 Prefix Delegation --- diff --git a/man/systemd.network.xml b/man/systemd.network.xml index bdf8d9e0d90..9ed7b1c7854 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -667,8 +667,16 @@ IPv6PrefixDelegation= Whether to enable or disable Router Advertisement sending on a link. - Defaults to false. See the [IPv6PrefixDelegation] - and the [IPv6Prefix] sections for configuration options. + Allowed values are static which distributes prefixes as defined in + the [IPv6PrefixDelegation] and any [IPv6Prefix] + sections, dhcpv6 which requests prefixes using a DHCPv6 client + configured for another link and any values configured in the + [IPv6PrefixDelegation] section while ignoring all static prefix + configuration sections, yes which uses both static configuration + and DHCPv6, and false which turns off IPv6 prefix delegation + altogether. Defaults to false. See the + [IPv6PrefixDelegation] and the [IPv6Prefix] + sections for more configuration options.