]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: document new Network.BridgeMDB config options
authorDaniel Mack <daniel@zonque.org>
Wed, 9 Sep 2020 12:14:44 +0000 (14:14 +0200)
committerDaniel Mack <daniel@zonque.org>
Thu, 10 Sep 2020 16:55:17 +0000 (18:55 +0200)
man/systemd.network.xml

index c39b3643196a71ee2a0f51e0c49e951e5e7da68d..d0666c7ac0c9621780032a300ad09e8b4bfe3462 100644 (file)
@@ -2538,6 +2538,26 @@ IPv6Token=prefixstable:2002:da8:1::</programlisting></para>
         </varlistentry>
       </variablelist>
   </refsect1>
+  <refsect1>
+    <title>[BridgeMDB] Section Options</title>
+      <para>The [BridgeMDB] section manages the multicast membership entries forwarding database table of a port and accepts the following
+      keys. Specify several [BridgeMDB] sections to configure several permanent multicast membership entries.</para>
+
+      <variablelist class='network-directives'>
+        <varlistentry>
+          <term><varname>MulticastGroupAddress=</varname></term>
+          <listitem>
+            <para>Specifies the IPv4 or IPv6 multicast group address to add. This setting is mandatory.</para>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term><varname>VLANId=</varname></term>
+          <listitem>
+            <para>The VLAN ID for the new entry. Valid ranges are 0 (no VLAN) to 4094. Optional, defaults to 0.</para>
+          </listitem>
+        </varlistentry>
+      </variablelist>
+  </refsect1>
 
   <refsect1>
     <title>[LLDP] Section Options</title>