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 <[email protected]> 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(-) _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
