From: Marcel Menzel Date: Wed, 29 Sep 2021 14:19:20 +0000 (+0200) Subject: doc: network: Move "Independent=" flag to the VXLAN section (#20881) X-Git-Tag: v250-rc1~593 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e90ded70c658f18f0d42cc2069694a5bd0a1787;p=thirdparty%2Fsystemd.git doc: network: Move "Independent=" flag to the VXLAN section (#20881) --- diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index dd5cc1bfe9d..610f491b9a3 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -791,6 +791,14 @@ default will be used. + + Independent= + + 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 VXLAN= is required for the VXLAN to be created. + + @@ -867,14 +875,6 @@ Accepts the same key as in [VXLAN] section. - - Independent= - - 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 - Tunnel= is required for the tunnel to be created. - -