Comment 6 for bug 1949081

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/xena)

Reviewed: https://review.opendev.org/c/openstack/neutron/+/823564
Committed: https://opendev.org/openstack/neutron/commit/09f713d5d50307eeead575d377fdb38711691045
Submitter: "Zuul (22348)"
Branch: stable/xena

commit 09f713d5d50307eeead575d377fdb38711691045
Author: Lucas Alvares Gomes <email address hidden>
Date: Thu Oct 28 14:17:20 2021 +0100

    [OVN] Update check_for_mcast_flood_reports() to check for mcast_flood

    The patch [0] changed the value of the "mcast_flood" option for the
    localnet ports in OVN to "false" to avoid multicast packet duplication
    but, the maintenance task check_for_mcast_flood_reports() was never
    updated to account for that change.

    So, localnet ports created prior to [0] would continue to have the
    "mcast_flood" value as "true" and new ports would have it as "false".
    This patch fixes the maintenance task.

    [0] https://review.opendev.org/c/openstack/neutron/+/797418

    Change-Id: Ib90704a85c9ed659d71ac8ed42b1b542bd2496a2
    Closes-Bug: #1949081
    Signed-off-by: Lucas Alvares Gomes <email address hidden>
    (cherry picked from commit d02fb560aa35c4931d40000e8ca4c0e4105299b7)