summaryrefslogtreecommitdiffstats
path: root/man/networkd.conf.xml
diff options
context:
space:
mode:
Diffstat (limited to 'man/networkd.conf.xml')
-rw-r--r--man/networkd.conf.xml13
1 files changed, 8 insertions, 5 deletions
diff --git a/man/networkd.conf.xml b/man/networkd.conf.xml
index 12ddcf4502..dcce2095ed 100644
--- a/man/networkd.conf.xml
+++ b/man/networkd.conf.xml
@@ -72,11 +72,14 @@
<varlistentry>
<term><varname>RouteTable=</varname></term>
- <listitem><para>Specifies the route table name. Takes a route name and table number separated with a
- colon. (<literal><replaceable>name</replaceable>:<replaceable>integer</replaceable></literal>. The
- route table number must be an integer in the range 1…4294967295. This setting can be specified
- multiple times. If an empty string is specified, then all options specified earlier are cleared.
- Defaults to unset.</para></listitem>
+ <listitem><para>Defines the route table name. Takes a whitespace-separated list of the pairs of
+ route table name and number. The route table name and number in each pair are separated with a
+ colon, i.e., <literal><replaceable>name</replaceable>:<replaceable>number</replaceable></literal>.
+ The route table name must not be <literal>default</literal>, <literal>main</literal>, or
+ <literal>local</literal>, as these route table names are predefined with route table number 253,
+ 254, and 255, respectively. The route table number must be an integer in the range 1…4294967295.
+ This setting can be specified multiple times. If an empty string is specified, then the list
+ specified earlier are cleared. Defaults to unset.</para></listitem>
</varlistentry>
</variablelist>