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

Dumitru Ceara dceara at redhat.com
Wed Jan 8 20:20:08 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 |   22 ++
 northd/ovn-northd.c     |  105 ++++++---
 ovn-nb.xml              |    4 
 ovn-sb.ovsschema        |    5 
 ovn-sb.xml              |    5 
 tests/ovn.at            |  579 +++++++++++++++++++++++++++++++++++++++++++++++
 10 files changed, 1102 insertions(+), 111 deletions(-)




More information about the dev mailing list