neutron/neutron/tests/unit/plugins/ml2/drivers/openvswitch
Li YaJie 7e48401378 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 2bb52d49be)
2021-03-29 07:36:03 +00:00
..
agent Call install_ingress_direct_goto_flows() when ovs restarts 2021-03-29 07:36:03 +00:00
mech_driver Improve terminology in the Neutron tree 2020-08-19 16:47:53 -04:00
__init__.py Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00