From 0af10ee89913b282fab256948968b90cd1d61e83 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sat, 13 Mar 2021 19:56:30 +0900 Subject: [PATCH] man: DNS/NTP servers received from DHCP server are concatenated with the statically configured ones Prompted by #9473. (cherry picked from commit b63dae3168209a06cefe2b9916667b7754b7de34) (cherry picked from commit 438777cc00ccf2c05f8a05fa02907aa7be547719) --- man/systemd.network.xml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/man/systemd.network.xml b/man/systemd.network.xml index ff6b6dbd9a..d3a163eb7e 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -1450,9 +1450,7 @@ UseDNS= - When true (the default), the DNS servers received - from the DHCP server will be used and take precedence over - any statically configured ones. + When true (the default), the DNS servers received from the DHCP server will be used. This corresponds to the option in UseNTP= When true (the default), the NTP servers received from the DHCP server will be used by - systemd-timesyncd.service and take precedence over any statically configured - ones. + systemd-timesyncd.service. @@ -1587,13 +1584,12 @@ UseGateway= When true, the gateway will be requested from the DHCP server and added to the routing table with a - metric of 1024, and a scope of "link". When unset, the value specified with + metric of 1024, and a scope of "link". When unset, the value specified with is used. UseTimezone= - When true, the timezone received from the DHCP server will be set as timezone of the local system. Defaults to no. @@ -1982,8 +1978,7 @@ UseDNS= - When true (the default), the DNS servers received in the Router Advertisement will be used and take - precedence over any statically configured ones. + When true (the default), the DNS servers received in the Router Advertisement will be used. This corresponds to the option in resolv.conf5. -- 2.25.1