diff options
author | jauge-technica <102538870+jauge-technica@users.noreply.github.com> | 2024-08-02 17:31:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-02 17:31:20 +0200 |
commit | 82f2a2f032e42ce7f18fc1c3eb0e2459ff7730fa (patch) | |
tree | 2984e817fe2135e355b36b740f2e5d7eb712230c /man/systemd.network.xml | |
parent | test: don't use /skipped for subtests (diff) | |
download | systemd-82f2a2f032e42ce7f18fc1c3eb0e2459ff7730fa.tar.xz systemd-82f2a2f032e42ce7f18fc1c3eb0e2459ff7730fa.zip |
Added support for L2 BridgeMDB entries (#32894)
* Added support for L2 BridgeMDB entries
Diffstat (limited to 'man/systemd.network.xml')
-rw-r--r-- | man/systemd.network.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 68d0c9be59..8755a06eb0 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -4570,7 +4570,7 @@ ServerAddress=192.168.0.1/24</programlisting> <varlistentry> <term><varname>MulticastGroupAddress=</varname></term> <listitem> - <para>Specifies the IPv4 or IPv6 multicast group address to add. This setting is mandatory.</para> + <para>Specifies the IPv4, IPv6, or L2 MAC multicast group address to add. This setting is mandatory.</para> <xi:include href="version-info.xml" xpointer="v247"/> </listitem> |