Comment 54 for bug 1864822

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (stable/stein)

Reviewed: https://review.opendev.org/730823
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=6cf718c5056c1d9ea5dbc40a1b41b3f3a16d00a5
Submitter: Zuul
Branch: stable/stein

commit 6cf718c5056c1d9ea5dbc40a1b41b3f3a16d00a5
Author: Slawek Kaplonski <email address hidden>
Date: Thu Apr 9 14:37:38 2020 +0200

    Ensure that stale flows are cleaned from phys_bridges

    In case when neutron-ovs-agent will notice that any of physical
    bridges was "re-created", we should also ensure that stale Open
    Flow rules (with old cookie id) are cleaned.
    This patch is doing exactly that.

    Change-Id: I7c7c8a4c371d6f4afdaab51ed50950e2b20db30f
    Related-Bug: #1864822
    (cherry picked from commit 63c45b37666efc7fb33fc154fa828050b3dc7945)