1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-21 02:50:18 +03:00

man: suggest to use DHCPv6Client= when upstream provides RA with the Managed bit unset

Follow-up for daf9f42f9183c206c0f8308efece019797e95e89.
This commit is contained in:
Yu Watanabe 2024-10-22 04:28:27 +09:00
parent 5ff567f74f
commit 1f5a052963

View File

@ -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</programlisting>
#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</programlisting>
<programlisting># /etc/systemd/network/55-dhcpv6-pd-downstream.network
[Match]