From 1f5a052963464755e87a075f6f4a8867b2199311 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 22 Oct 2024 04:28:27 +0900 Subject: [PATCH] man: suggest to use DHCPv6Client= when upstream provides RA with the Managed bit unset Follow-up for daf9f42f9183c206c0f8308efece019797e95e89. --- man/systemd.network.xml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/man/systemd.network.xml b/man/systemd.network.xml index d2a6773883d..269847b4bfe 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -6252,13 +6252,19 @@ DHCP=ipv6 #SubnetId=0 #Announce=no -# If the upstream network does not provides any Router Advertisement (RA) messages -# or provides an RA with both Managed and Other-information bits unset, then -# uncomment the lines below. +# If the upstream network does not provides any Router Advertisement (RA) messages, +# then uncomment the lines below to make the DHCPv6 client forcibly started in the +# manageed mode. #[Network] #IPv6AcceptRA=no #[DHCPv6] -#WithoutRA=solicit +#WithoutRA=solicit + +# If the upstream network provides Router Advertisement (RA) messages with the +# Managed bit unset, then uncomment the lines below to make the DHCPv6 client +# forcibly started in the managed mode when an RA is received. +#[IPv6AcceptRA] +#DHCPv6Client=always # /etc/systemd/network/55-dhcpv6-pd-downstream.network [Match] -- 2.47.3