From: Yu Watanabe Date: Sat, 13 Mar 2021 10:56:30 +0000 (+0900) Subject: man: DNS/NTP servers received from DHCP server are concatenated with the statically... X-Git-Tag: v248-rc4~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b63dae3168209a06cefe2b9916667b7754b7de34;p=thirdparty%2Fsystemd.git man: DNS/NTP servers received from DHCP server are concatenated with the statically configured ones Prompted by #9473. --- diff --git a/man/systemd.network.xml b/man/systemd.network.xml index abf8ea0a6f2..cec2f96f26c 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -1597,9 +1597,7 @@ IPv6Token=prefixstable:2002:da8:1:: 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. @@ -1739,13 +1736,12 @@ IPv6Token=prefixstable:2002:da8:1:: 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. @@ -2163,8 +2159,7 @@ IPv6Token=prefixstable:2002:da8:1:: 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.