]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
doc: network: Move "Independent=" flag to the VXLAN section (#20881)
authorMarcel Menzel <mail@mcl.gg>
Wed, 29 Sep 2021 14:19:20 +0000 (16:19 +0200)
committerGitHub <noreply@github.com>
Wed, 29 Sep 2021 14:19:20 +0000 (23:19 +0900)
man/systemd.netdev.xml

index dd5cc1bfe9d39bad551e34bb14f3a42c940e50c6..610f491b9a34fa4962b28d633869d295638ebb7c 100644 (file)
           default will be used.</para>
         </listitem>
       </varlistentry>
+      <varlistentry>
+        <term><varname>Independent=</varname></term>
+        <listitem>
+          <para>Takes a boolean. When true, the vxlan interface is created without any underlying network
+          interface. Defaults to false, which means that a .network file that requests this VXLAN interface
+          using <varname>VXLAN=</varname> is required for the VXLAN to be created.</para>
+        </listitem>
+      </varlistentry>
     </variablelist>
   </refsect1>
 
           <para>Accepts the same key as in [VXLAN] section.</para>
         </listitem>
       </varlistentry>
-      <varlistentry>
-        <term><varname>Independent=</varname></term>
-        <listitem>
-          <para>Takes a boolean. When true, the vxlan interface is created without any underlying network
-          interface. Defaults to false, which means that a .network file that requests this tunnel using
-          <varname>Tunnel=</varname> is required for the tunnel to be created.</para>
-        </listitem>
-      </varlistentry>
     </variablelist>
   </refsect1>