From: Yu Watanabe Date: Mon, 6 Dec 2021 00:20:17 +0000 (+0900) Subject: man: network: document Use6RD= setting X-Git-Tag: v250-rc1~34^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31fc1366d631fe09ab625c1eeb345a3fc2d9a641;p=thirdparty%2Fsystemd.git man: network: document Use6RD= setting --- diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 6282e1f7f00..6f152c9e141 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -861,11 +861,12 @@ Table=1234 DHCPPrefixDelegation= - Takes a boolean value. When enabled, requests prefixes using a DHCPv6 client - configured on another link. By default, an address within each delegated prefix will be - assigned, and the prefixes will be announced through IPv6 Router Advertisement when - IPv6SendRA= is enabled. Such default settings can be configured in - [DHCPPrefixDelegation] section. Defaults to disabled. + Takes a boolean value. When enabled, requests subnet prefixes acquired by a + DHCPv6 client, or by a DHCPv4 client through the 6RD option configured on another link. By + default, an address within each delegated prefix will be assigned, and the prefixes will be + announced through IPv6 Router Advertisement when IPv6SendRA= is enabled. + Such default settings can be configured in [DHCPPrefixDelegation] section. Defaults to + disabled. IPv6MTUBytes= @@ -1900,6 +1901,15 @@ Table=1234 the local system. Defaults to false. + + Use6RD= + When true, subnets of the received IPv6 prefix are assigned to downstream + interfaces which enables DHCPPrefixDelegation=. See also + DHCPPrefixDelegation= in the [Network] section, the [DHCPPrefixDelegation] + section, and RFC 5969. Defaults to + false. + + FallbackLeaseLifetimeSec= @@ -2114,9 +2124,10 @@ Table=1234 [DHCPPrefixDelegation] Section Options - The [DHCPPrefixDelegation] section configures delegated prefixes assigned by DHCPv6 server. - The settings in this section are used only when DHCPPrefixDelegation= setting - is enabled. + The [DHCPPrefixDelegation] section configures subnet prefixes of the delegated prefixes + acquired by a DHCPv6 client, or by a DHCPv4 client through the 6RD option on another interface. + The settings in this section are used only when the DHCPPrefixDelegation= + setting in the [Network] section is enabled. @@ -2127,7 +2138,7 @@ Table=1234 interface itself is considered the uplink interface, and WithoutRA=solicit is implied if the setting is not explicitly specified. When :auto, the first link which acquired prefixes to be delegated from - the DHCPv6 server is selected. Defaults to :auto. + the DHCPv6 or DHCPv4 server is selected. Defaults to :auto. @@ -2147,7 +2158,8 @@ Table=1234 Takes a boolean. When enabled, and IPv6SendRA= in [Network] section is enabled, the delegated prefixes are distributed through the IPv6 Router Advertisement. - Defaults to yes. + This setting will be ignored when the DHCPPrefixDelegation= setting is + enabled on the upstream interface. Defaults to yes.