Skip to content

Commit

Permalink
move "Independent=" flag to the VXLAN section, where it actually belo…
Browse files Browse the repository at this point in the history
…ngs to
  • Loading branch information
WRMSRwasTaken committed Sep 29, 2021
1 parent 92fc611 commit aa61b30
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions man/systemd.netdev.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 tunnel using
<varname>Tunnel=</varname> is required for the tunnel to be created.</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>

Expand Down Expand Up @@ -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>

Expand Down

0 comments on commit aa61b30

Please sign in to comment.