The first 3 patches of the series are not necessarily related to the issue
being fixed by patch 4/4 but they're good to have as they improve
code documentation and simplify (a bit) the multicast related tests.  They
can also be applied independently of patch 4/4.

The last patch of the series changes the way OVN floods IP multicast control
packets (IGMP/MLD queries and reports) making it more RFC compliant.


Dumitru Ceara (4):
      multicast: Document reserved multicast groups.
      tests: Add 'IP-multicast' keyword to all relevant tests.
      tests: Factor out reset_pcap_file() helper.
      multicast: Properly flood IGMP queries and reports.


 controller/ip-mcast.c   | 129 ++++++++--
 controller/ip-mcast.h   |  14 ++
 controller/pinctrl.c    | 129 ++++++++--
 lib/ip-mcast-index.h    |   5 +
 lib/mcast-group-index.h |   4 -
 northd/northd.c         |  54 ++--
 northd/ovn-northd.8.xml |   6 +-
 tests/ovn-macros.at     |  45 +++-
 tests/ovn.at            | 529 ++++++++++++++--------------------------
 tests/system-ovn.at     |   2 +-
 10 files changed, 520 insertions(+), 397 deletions(-)

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to