From: Florian Klink Date: Fri, 31 Jul 2020 09:35:15 +0000 (+0200) Subject: network: fix DHCPv6 Prefix Delegation example after option rename X-Git-Tag: v246.1~8 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsystemd.git;a=commitdiff_plain;h=73b432e7ef212bfad8a3652687621c87d26536b5 network: fix DHCPv6 Prefix Delegation example after option rename 99e015e28c8322bf714f45cd1defcf20ac2103c5 missed to update the example below - DHCPv6.AssignAcquiredDelegatedPrefixAddress was moved to DHCPv6PrefixDelegation.Assign. As it already defaulted to true since it's introduction in 9efa8a3cff9948d3a78597b74dca75c805716de4, there's no need to explicitly list it at all. --- diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 77986192d4b..e75d612c053 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -3533,10 +3533,7 @@ DHCP=ipv6 Name=enp2s0 [Network] -IPv6PrefixDelegation=dhcpv6 - -[DHCPv6] -AssignAcquiredDelegatedPrefixAddress=yes +IPv6PrefixDelegation=dhcpv6 This will enable IPv6 PD on the interface enp1s0 as an upstream interface where the DHCPv6 client is running and enp2s0 as a downstream interface where the prefix is delegated to.