From: Yu Watanabe Date: Sat, 17 Apr 2021 17:37:13 +0000 (+0900) Subject: man: update explanation about route metric X-Git-Tag: v249-rc1~375^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c0aae015fac5bb1728e0598c9603aaf3a647dc1;p=thirdparty%2Fsystemd.git man: update explanation about route metric --- diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 128ade5b34e..4024252b396 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -1430,7 +1430,8 @@ IPv6Token=prefixstable:2002:da8:1:: Metric= - The metric of the route (an unsigned integer). + The metric of the route. Takes an unsigned integer in the range 0…4294967295. + Defaluts to unset, and the kernel's default will be used. @@ -1846,7 +1847,8 @@ IPv6Token=prefixstable:2002:da8:1:: RouteMetric= - Set the routing metric for routes specified by the DHCP server. Defaults to 1024. + Set the routing metric for routes specified by the DHCP server. Takes an unsigned + integer in the range 0…4294967295. Defaults to 1024.