From daf9f42f9183c206c0f8308efece019797e95e89 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 16 Sep 2024 05:12:50 +0900 Subject: [PATCH] man/network: update example for router upstream interface This comments out all optional settings. --- man/systemd.network.xml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/man/systemd.network.xml b/man/systemd.network.xml index e743e6d2a02..d2a6773883d 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -6243,22 +6243,22 @@ Name=enp1s0 [Network] DHCP=ipv6 -# The below setting is optional, to also assign an address in the delegated prefix -# to the upstream interface. If not necessary, then comment out the line below and -# the [DHCPPrefixDelegation] section. -DHCPPrefixDelegation=yes - -# If the upstream network provides Router Advertisement with Managed bit set, -# then comment out the line below and WithoutRA= setting in the [DHCPv6] section. -IPv6AcceptRA=no - -[DHCPv6] -WithoutRA=solicit - -[DHCPPrefixDelegation] -UplinkInterface=:self -SubnetId=0 -Announce=no +# The lines below are optional, to also assign an address in the delegated prefix +# to the upstream interface. Uncomment the lines below if necessary. +#[Network] +#DHCPPrefixDelegation=yes +#[DHCPPrefixDelegation] +#UplinkInterface=:self +#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. +#[Network] +#IPv6AcceptRA=no +#[DHCPv6] +#WithoutRA=solicit # /etc/systemd/network/55-dhcpv6-pd-downstream.network [Match] -- 2.47.3