diff options
author | Susant Sahani <ssahani@vmware.com> | 2021-01-19 12:58:53 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2021-01-19 17:37:46 +0100 |
commit | c038ce4606f93d9e58147f87703125270fb744e2 (patch) | |
tree | 32afe8a588f31619472bd93c86bddefcacc7677b /man/networkd.conf.xml | |
parent | Merge pull request #18181 from poettering/sysext (diff) | |
download | systemd-c038ce4606f93d9e58147f87703125270fb744e2.tar.xz systemd-c038ce4606f93d9e58147f87703125270fb744e2.zip |
network: add support to RoutingPolicyRule lookup table name
Diffstat (limited to 'man/networkd.conf.xml')
-rw-r--r-- | man/networkd.conf.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/networkd.conf.xml b/man/networkd.conf.xml index 65aecb6256..78b46ad505 100644 --- a/man/networkd.conf.xml +++ b/man/networkd.conf.xml @@ -70,6 +70,14 @@ is false. Defaults to yes.</para></listitem> </varlistentry> + <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> + </varlistentry> + </variablelist> </refsect1> |