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

Numan Siddique numans at ovn.org
Wed Jan 29 12:28:07 UTC 2020


On Wed, Jan 29, 2020 at 2:59 PM Dumitru Ceara <dceara at redhat.com> wrote:
>
> 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>

Thanks Dumitru
I applied this series to master.

Numan

>
> 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.
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>


More information about the dev mailing list