mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-10 01:17:44 +03:00
doc: network: Move "Independent=" flag to the VXLAN section (#20881)
This commit is contained in:
parent
78fac35811
commit
3e90ded70c
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user