diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-06 14:32:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-06 14:32:52 +0100 |
commit | 801503d22bcf3702a2ec708f61854441409a27b3 (patch) | |
tree | d65a0d34866a07403d79591078ad042dc008785a /man | |
parent | Merge pull request #11032 from ssahani/invert-rule (diff) | |
parent | test-network: add test for bridge MulticastToUnicast (diff) | |
download | systemd-801503d22bcf3702a2ec708f61854441409a27b3.tar.xz systemd-801503d22bcf3702a2ec708f61854441409a27b3.zip |
Merge pull request #10988 from ssahani/IFLA_BRPORT_MCAST_TO_UCAST
networkd: bridge add support to configure multicast_to_unicast
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.network.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index ceb0788d71..f7234537d8 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -1730,6 +1730,15 @@ </listitem> </varlistentry> <varlistentry> + <term><varname>MulticastToUnicast=</varname></term> + <listitem> + <para>Takes a boolean. Multicast to unicast works on top of the multicast snooping feature of + the bridge. Which means unicast copies are only delivered to hosts which are interested in it. + When unset, the kernel's default will be used. + </para> + </listitem> + </varlistentry> + <varlistentry> <term><varname>HairPin=</varname></term> <listitem> <para>Takes a boolean. Configures whether traffic may be sent back |