From 31fc1366d631fe09ab625c1eeb345a3fc2d9a641 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 6 Dec 2021 09:20:17 +0900 Subject: [PATCH] man: network: document Use6RD= setting --- man/systemd.network.xml | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 6282e1f7f0..6f152c9e14 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.