From 99e015e28c8322bf714f45cd1defcf20ac2103c5 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Wed, 29 Jul 2020 05:50:04 +0900 Subject: network: rename settings about DHCPv6 Prefix Delegation Closes #16602. --- man/systemd.network.xml | 71 +++++++++++++++++++++++++++++-------------------- 1 file changed, 42 insertions(+), 29 deletions(-) (limited to 'man') diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 0b0c751e91..77986192d4 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -809,16 +809,6 @@ false. See the [IPv6PrefixDelegation] and the [IPv6Prefix] sections for more configuration options. - - IPv6PDSubnetId= - Configure a specific subnet ID on the interface from a (previously) received prefix delegation. - You can either set "auto" (the default) or a specific subnet ID - (as defined in RFC 4291, section 2.5.4), - in which case the allowed value is hexadecimal, from 0 to 0x7fffffffffffffff inclusive. - This option is only effective when used together with IPv6PrefixDelegation= - and the corresponding configuration on the upstream interface. - - IPv6MTUBytes= Configures IPv6 maximum transmission unit (MTU). @@ -1893,25 +1883,6 @@ - - AssignAcquiredDelegatedPrefixAddress= - - Takes a boolean. Specifies whether to add an address from the delegated prefixes which are received - from the WAN interface by the IPv6PrefixDelegation=. When true (on LAN interfce), the EUI-64 - algorithm will be used to form an interface identifier from the delegated prefixes. Defaults to true. - - - - - AssignAcquiredDelegatedPrefixToken= - - Specifies an optional address generation mode for AssignAcquiredDelegatedPrefixAddress=. - Takes an IPv6 address. When set, the lower bits of the supplied address are combined with the upper bits of a - delegatad prefix received from the WAN interface by the IPv6PrefixDelegation= prefixes to - form a complete address. - - - PrefixDelegationHint= @@ -1966,6 +1937,48 @@ + + [DHCPv6PrefixDelegation] Section Options + The [DHCPv6PrefixDelegation] section configures delegated prefix assigned by DHCPv6 server. + The settings in this section are used only when IPv6PrefixDelegation= setting is + enabled, or set to dhcp6. + + + + SubnetId= + + Configure a specific subnet ID on the interface from a (previously) received prefix + delegation. You can either set "auto" (the default) or a specific subnet ID (as defined in + RFC 4291, section + 2.5.4), in which case the allowed value is hexadecimal, from 0 to 0x7fffffffffffffff + inclusive. This option is only effective when used together with + IPv6PrefixDelegation= and the corresponding configuration on the upstream + interface. + + + + + Assign= + + Takes a boolean. Specifies whether to add an address from the delegated prefixes which + are received from the WAN interface by the IPv6PrefixDelegation=. When + true (on LAN interfce), the EUI-64 algorithm will be used to form an interface identifier + from the delegated prefixes. Defaults to true. + + + + + Token= + + Specifies an optional address generation mode for Assign=. Takes an + IPv6 address. When set, the lower bits of the supplied address are combined with the upper + bits of a delegatad prefix received from the WAN interface by the + IPv6PrefixDelegation= prefixes to form a complete address. + + + + + [IPv6AcceptRA] Section Options The [IPv6AcceptRA] section configures the IPv6 Router Advertisement (RA) client, if it is enabled -- cgit v1.2.1