Browse Source
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 (cherry picked from Neutron d02fb560aa35c4931d40000e8ca4c0e4105299b7) Closes-Bug: #1949081 Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com> Change-Id: I9b16a2772a547e6aed1febd481b2ef1f67f1ce37changes/69/823569/1
2 changed files with 27 additions and 11 deletions
Loading…
Reference in new issue