summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-07-08 13:19:28 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-07-12 02:39:43 +0200
commit41b90a1eb5cb87beab4603b52adbce36b723a6d6 (patch)
tree52d28cd72834de4c6c3e3f062fb524fe89cc4798 /man
parentnetwork: show route scope, table, and type in debugging logs (diff)
downloadsystemd-41b90a1eb5cb87beab4603b52adbce36b723a6d6.tar.xz
systemd-41b90a1eb5cb87beab4603b52adbce36b723a6d6.zip
network: use string table to parse route table or scope
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 70abb14c45..c9d6fd4d72 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -1086,8 +1086,9 @@
<varlistentry>
<term><varname>Table=</varname></term>
<listitem>
- <para>Specifies the routing table identifier to lookup if the rule
- selector matches. The table identifier for a route (a number between 1 and 4294967295).</para>
+ <para>Specifies the routing table identifier to lookup if the rule selector matches. Takes
+ one of <literal>default</literal>, <literal>main</literal>, and <literal>local</literal>,
+ or a number between 1 and 4294967295. Defaults to <literal>main</literal>.</para>
</listitem>
</varlistentry>
<varlistentry>