neutron/neutron/plugins/ml2/drivers/openvswitch
Li YaJie 2bb52d49be 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
2021-03-22 17:24:11 +08:00
..
agent Call install_ingress_direct_goto_flows() when ovs restarts 2021-03-22 17:24:11 +08:00
mech_driver Add support for VNIC type vDPA to ML2/OVS and ML2/OVN 2021-02-17 08:37:12 +00:00
__init__.py Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00