summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Yan <tom.ty89@gmail.com>2021-08-17 22:53:49 +0800
committerTom Yan <tom.ty89@gmail.com>2021-08-17 22:53:49 +0800
commit5cf9069f08f4630281ff911d1322113095807751 (patch)
tree723cc395a621c952e86e289c2eddfeffb8eb9491 /man
parent5ea859ef013e856536772b675b3d4da7c0cead35 (diff)
downloadsystemd-5cf9069f08f4630281ff911d1322113095807751.tar.gz
man: network: mention that RouteMetric= in [DHCPv4] is also applied to the prefix route
Diffstat (limited to 'man')
-rw-r--r--man/systemd.network.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index 42570c1c60..e7ee1cda1b 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -1881,8 +1881,9 @@ IPv6Token=prefixstable:2002:da8:1::</programlisting></para>
<varlistentry>
<term><varname>RouteMetric=</varname></term>
<listitem>
- <para>Set the routing metric for routes specified by the DHCP server. Takes an unsigned
- integer in the range 0…4294967295. Defaults to 1024.</para>
+ <para>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.</para>
</listitem>
</varlistentry>