[ovs-dev] [PATCH v3 ovn 0/2] Add MLD support.

Dumitru Ceara dceara at redhat.com
Wed Jan 29 09:28:48 UTC 2020


The first patch of the series is a minor fix of how IP multicast traffic
is matched.

The second patch extends the already existing IPv4 Multicast support
(IGMP snooping, IGMP querier, relay and static flood config) to IPv6
by implementing MLDv1 & MLDv2 snooping and querier.

Signed-off-by: Dumitru Ceara <dceara at redhat.com>

Dumitru Ceara (2):
      ovn-northd: Fix ipv4.mcast logical field.
      ovn: Add MLD support.


 NEWS                    |    1 
 controller/pinctrl.c    |  359 +++++++++++++++++++++++------
 lib/logical-fields.c    |   36 +++
 lib/ovn-l7.h            |   97 ++++++++
 northd/ovn-northd.8.xml |   24 ++
 northd/ovn-northd.c     |  109 +++++++--
 ovn-nb.xml              |    4 
 ovn-sb.ovsschema        |    5 
 ovn-sb.xml              |    5 
 tests/ovn.at            |  579 +++++++++++++++++++++++++++++++++++++++++++++++
 tests/system-ovn.at     |   73 +++++-
 11 files changed, 1162 insertions(+), 130 deletions(-)


---
v3:
- Reorder IN_IP_INPUT router flows so that flows that reply to ARP/ND have
  higher priority than multicast flows. This fixes system-ovn.at failures.
- Update ovn-northd man page accordingly.
- Fix system-ovn.at IGMP test to properly check the group name and add MLD
  system test.
v2:
- Rebase and fix conflict in NEWS.
- Add Mark's acks.



More information about the dev mailing list