From: Daniel Mack Date: Wed, 9 Sep 2020 12:14:44 +0000 (+0200) Subject: man: document new Network.BridgeMDB config options X-Git-Tag: v247-rc1~233^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a1717e9af1e45ef66272b240ba9ccd08c6ba33cb;p=thirdparty%2Fsystemd.git man: document new Network.BridgeMDB config options --- diff --git a/man/systemd.network.xml b/man/systemd.network.xml index c39b3643196..d0666c7ac0c 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -2538,6 +2538,26 @@ IPv6Token=prefixstable:2002:da8:1:: + + [BridgeMDB] Section Options + 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. + + + + MulticastGroupAddress= + + Specifies the IPv4 or IPv6 multicast group address to add. This setting is mandatory. + + + + VLANId= + + The VLAN ID for the new entry. Valid ranges are 0 (no VLAN) to 4094. Optional, defaults to 0. + + + + [LLDP] Section Options