summaryrefslogtreecommitdiff
path: root/vswitchd
diff options
context:
space:
mode:
authorThadeu Lima de Souza Cascardo <cascardo@redhat.com>2015-07-01 16:12:12 -0300
committerBen Pfaff <blp@nicira.com>2015-07-01 17:09:01 -0700
commit06994f879c9d12c164eb4abd44c2455a9eb96bec (patch)
tree2fde2ec23d8e067d8b9fb11eb838bba67a68b7a1 /vswitchd
parent964a4d5fd542b7dd4a6fb97fdc8d2a3c6ed41fde (diff)
downloadopenvswitch-06994f879c9d12c164eb4abd44c2455a9eb96bec.tar.gz
mcast-snooping: Add Multicast Listener Discovery support
Add support for MLDv1 and MLDv2. The behavior is not that different from IGMP. Packets to all-hosts address and queries are always flooded, reports go to routers, routers are added when a query is observed, and all MLD packets go through slow path. Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@redhat.com> Cc: Flavio Leitner <fbl@redhat.com> Cc: Ben Pfaff <blp@nicira.com> [blp@nicira.com moved an assignment out of an 'if' statement] Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'vswitchd')
-rw-r--r--vswitchd/vswitch.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index fddd45b55..b1d30f656 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -937,10 +937,11 @@
<group title="Multicast Snooping Configuration">
Multicast snooping (RFC 4541) monitors the Internet Group Management
- Protocol (IGMP) traffic between hosts and multicast routers. The
- switch uses what IGMP snooping learns to forward multicast traffic
- only to interfaces that are connected to interested receivers.
- Currently it supports IGMPv1, IGMPv2 and IGMPv3 protocols.
+ Protocol (IGMP) and Multicast Listener Discovery traffic between hosts
+ and multicast routers. The switch uses what IGMP and MLD snooping
+ learns to forward multicast traffic only to interfaces that are connected
+ to interested receivers. Currently it supports IGMPv1, IGMPv2, IGMPv3,
+ MLDv1 and MLDv2 protocols.
<column name="mcast_snooping_enable">
Enable multicast snooping on the bridge. For now, the default