Comment 7 for bug 1920700

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/783544
Committed: https://opendev.org/openstack/neutron/commit/27ade26b64446554135e5d6f04c0927de314377a
Submitter: "Zuul (22348)"
Branch: stable/rocky

commit 27ade26b64446554135e5d6f04c0927de314377a
Author: Li YaJie <yajiemango@163.com>
Date: Mon Mar 22 10:01:22 2021 +0800

    Call install_ingress_direct_goto_flows() when ovs restarts

    When ovs restarts and needs to regenerate flows, some flows will be
    missing in br-int, as follows:
     * table=60,priority=4,in_port="int-br-floating" actions=resubmit(,61)
     * table=60,priority=4,in_port="patch-tun" actions=resubmit(,61)
     * table=61,priority=0 actions=resubmit(,62)
    Call install_ingress_direct_goto_flows() again in the
    _handle_ovs_restart() to ensure generate these flows.

    Change-Id: I240a78879db757592df138a53b2c22d7f5a9ae13
    Closes-Bug: #1920700
    (cherry picked from commit 2bb52d49bec299f070a513fee6f9f7ae5d53118b)