summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2019-05-23 16:14:10 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-05-29 17:06:29 +0900
commitb8d88b26f3020c602a240b5b5003e19903490d70 (patch)
tree6361e73ccbdaf5aae731bf03fbe1bef95d8944ac /man
parentf1bc253efaeb8a2578bd4f7c87bd94c8d6f81b77 (diff)
downloadsystemd-b8d88b26f3020c602a240b5b5003e19903490d70.tar.gz
man: add vrf section
Diffstat (limited to 'man')
-rw-r--r--man/systemd.netdev.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml
index 066793c6e6..f1e47506fa 100644
--- a/man/systemd.netdev.xml
+++ b/man/systemd.netdev.xml
@@ -1834,7 +1834,22 @@
<para>For more detail information see
<ulink url="https://www.kernel.org/doc/Documentation/networking/bonding.txt">
Linux Ethernet Bonding Driver HOWTO</ulink></para>
+ </refsect1>
+ <refsect1>
+ <title>[VRF] Section Options</title>
+ <para>The <literal>[VRF]</literal> section only applies for
+ netdevs of kind <literal>vrf</literal> and accepts the
+ following key:</para>
+
+ <variablelist class='network-directives'>
+ <varlistentry>
+ <term><varname>Table=</varname></term>
+ <listitem>
+ <para>The numeric routing table identifier. This option is compulsory.</para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
</refsect1>
<refsect1>