summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-02-05 18:08:56 +0100
committerGitHub <noreply@github.com>2021-02-05 18:08:56 +0100
commitcb3363ef7af77cdaf29d2d6a6380a152cf5702bd (patch)
treee2af3db61bc238533ee8f82eaa2f408fcf97442f /man
parentPATCH] Always free deserialized_subscribed on reload (diff)
parenttest: add tests for RouteTable= setting (diff)
downloadsystemd-cb3363ef7af77cdaf29d2d6a6380a152cf5702bd.tar.xz
systemd-cb3363ef7af77cdaf29d2d6a6380a152cf5702bd.zip
Merge pull request #18318 from yuwata/network-route-table-name
network: RouteTable= improvements
Diffstat (limited to 'man')
-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>