summaryrefslogtreecommitdiff
path: root/man/systemd.netdev.xml
diff options
context:
space:
mode:
Diffstat (limited to 'man/systemd.netdev.xml')
-rw-r--r--man/systemd.netdev.xml50
1 files changed, 20 insertions, 30 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml
index e925b302bf..6f8991b81c 100644
--- a/man/systemd.netdev.xml
+++ b/man/systemd.netdev.xml
@@ -342,6 +342,16 @@
</listitem>
</varlistentry>
<varlistentry>
+ <term><varname>GroupForwardMask=</varname></term>
+ <listitem>
+ <para>A 16-bit bitmask represented as an integer which allows forwarding of link
+ local frames with 802.1D reserved addresses (01:80:C2:00:00:0X). A logical AND
+ is performed between the specified bitmask and the exponentiation of 2^X, the
+ lower nibble of the last octet of the MAC address. For example, a value of 8
+ would allow forwarding of frames addressed to 01:80:C2:00:00:03 (802.1X PAE).</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><varname>DefaultPVID=</varname></term>
<listitem>
<para>This specifies the default port VLAN ID of a newly attached bridge port.
@@ -660,7 +670,7 @@
<varlistentry>
<term><varname>Id=</varname></term>
<listitem>
- <para>Specifies the Virtual Network Identifer (VNI) to use. Ranges [0-16777215].</para>
+ <para>Specifies the Virtual Network Identifier (VNI) to use. Ranges [0-16777215].</para>
</listitem>
</varlistentry>
<varlistentry>
@@ -847,6 +857,14 @@
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><varname>Independent=</varname></term>
+ <listitem>
+ <para>A boolean. When true tunnel does not require .network file. Created as "tunnel@NONE".
+ Defaults to <literal>false</literal>.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect1>
<refsect1>
@@ -1185,34 +1203,6 @@
</para>
</listitem>
</varlistentry>
-
- <varlistentry>
- <term><varname>ActiveSlave=</varname></term>
- <listitem>
- <para>A boolean. Specifies the new active slave. The <literal>ActiveSlave=</literal>
- option is only valid for following modes:
- <literal>active-backup</literal>,
- <literal>balance-alb</literal> and
- <literal>balance-tlb</literal>. Defaults to false.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
- <term><varname>PrimarySlave=</varname></term>
- <listitem>
- <para>A boolean. Specifies which slave is the primary device. The specified
- device will always be the active slave while it is available. Only when the
- primary is off-line will alternate devices be used. This is useful when
- one slave is preferred over another, e.g. when one slave has higher throughput
- than another. The <literal>PrimarySlave=</literal> option is only valid for
- following modes:
- <literal>active-backup</literal>,
- <literal>balance-alb</literal> and
- <literal>balance-tlb</literal>. Defaults to false.
- </para>
- </listitem>
- </varlistentry>
</variablelist>
<para>For more detail information see
@@ -1342,7 +1332,7 @@ Name=vrf-test
Kind=vrf
[VRF]
-TableId=42</programlisting>
+Table=42</programlisting>
</example>
<example>