summaryrefslogtreecommitdiff
path: root/man/systemd.netdev.xml
diff options
context:
space:
mode:
authorMarcel Menzel <mail@mcl.gg>2021-09-29 16:19:20 +0200
committerGitHub <noreply@github.com>2021-09-29 23:19:20 +0900
commit3e90ded70c658f18f0d42cc2069694a5bd0a1787 (patch)
tree5d0d7aaadc6cc4e72ffd00ba9f0559e8fa79c8a3 /man/systemd.netdev.xml
parent78fac35811c2677849a9f75e5f262bc03703d7c3 (diff)
downloadsystemd-3e90ded70c658f18f0d42cc2069694a5bd0a1787.tar.gz
doc: network: Move "Independent=" flag to the VXLAN section (#20881)
Diffstat (limited to 'man/systemd.netdev.xml')
-rw-r--r--man/systemd.netdev.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml
index dd5cc1bfe9..610f491b9a 100644
--- a/man/systemd.netdev.xml
+++ b/man/systemd.netdev.xml
@@ -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>