Comment 15 for bug 1891673

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

Reviewed: https://review.opendev.org/750394
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=8ba796ea7ff28a815996ffeaf3c4dc39df1edcfb
Submitter: Zuul
Branch: stable/ussuri

commit 8ba796ea7ff28a815996ffeaf3c4dc39df1edcfb
Author: Edward Hope-Morley <email address hidden>
Date: Fri Aug 14 17:44:54 2020 +0100

    Ensure fip ip rules deleted when fip removed

    The information needed to delete ip rules associated
    with fips is held in memory between add and remove so
    a restart of the l3-agent results in any fips that
    existed before the restart having their ip rules
    persist after the fips are removed. This patch
    enures that an agent restart reloads this information
    so that ip rules associated with a fip are correctly
    removed when the fip is removed.

    Change-Id: If656a703c996ccc7719b1b09d793c5bbdfd6f3c1
    Closes-Bug: #1891673
    (cherry picked from commit 5eca44bfa850e6e75c9974ae7711b87764628253)