From: Tom Yan Date: Tue, 17 Aug 2021 14:53:49 +0000 (+0800) Subject: man: network: mention that RouteMetric= in [DHCPv4] is also applied to the prefix... X-Git-Tag: v250-rc1~816^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F20456%2Fhead;p=thirdparty%2Fsystemd.git man: network: mention that RouteMetric= in [DHCPv4] is also applied to the prefix route --- diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 42570c1c60c..e7ee1cda1be 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -1881,8 +1881,9 @@ IPv6Token=prefixstable:2002:da8:1:: RouteMetric= - Set the routing metric for routes specified by the DHCP server. Takes an unsigned - integer in the range 0…4294967295. Defaults to 1024. + Set the routing metric for routes specified by the DHCP server (including the prefix + route added for the specified prefix). Takes an unsigned integer in the range 0…4294967295. + Defaults to 1024.