doc: network: Move "Independent=" flag to the VXLAN section (#20881)

This commit is contained in:
Marcel Menzel 2021-09-29 16:19:20 +02:00 committed by GitHub
parent 78fac35811
commit 3e90ded70c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -791,6 +791,14 @@
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>
@ -867,14 +875,6 @@
<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>