]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: add vrf section
authorFranz Pletz <fpletz@fnordicwalking.de>
Thu, 23 May 2019 14:14:10 +0000 (16:14 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 29 May 2019 08:06:29 +0000 (17:06 +0900)
man/systemd.netdev.xml

index 066793c6e64eee17cbadf11c3af9dc10b906f565..f1e47506fad75b9c16b9560b52635b7d1babe06b 100644 (file)
     <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>