neutron/neutron/plugins/ml2/drivers/openvswitch/agent
LIU Yulong e1b84c9a70 Ignore first local port update notification
Ovs-agent will scan and process the ports during the
first rpc_loop, and a local port update notification
will be sent out. This will cause these ports to
be processed again in the ovs-agent next (second)
rpc_loop.
This patch passes the restart flag (iteration num 0)
to the local port_update call trace. After this patch,
the local port_update notification will be ignored in
the first RPC loop.

Related-Bug: #1813703
Change-Id: Ic5bf718cfd056f805741892a91a8d45f7a6e0db3
(cherry picked from commit eaf3ff5786)
2019-07-10 18:15:07 +00:00
..
common Divide-and-conquer local bridge flows beasts 2019-03-27 18:26:56 +00:00
extension_drivers Add QoS minimum egress bandwidth rule into ovs-agent 2019-02-26 11:05:04 +00:00
openflow Make OVS controller inactivity_probe configurable 2019-05-25 13:30:57 +00:00
__init__.py Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00
main.py Remove unused variables ‘LOG' 2017-11-23 04:33:33 +08:00
ovs_agent_extension_api.py Make "phys_brs" argument in OVSAgentExtensionAPI optional 2019-03-05 15:59:00 +00:00
ovs_capabilities.py Add agent-side driver scaffolding for trunk functionality 2016-08-18 12:10:22 +00:00
ovs_dvr_neutron_agent.py [DVR] Block ARP to dvr router's port instead of subnet's gateway 2019-06-05 07:59:58 +00:00
ovs_neutron_agent.py Ignore first local port update notification 2019-07-10 18:15:07 +00:00
vlanmanager.py Removed deprecated class LocalVLANMapping 2016-11-07 20:24:06 +00:00