neutron/neutron/plugins/ml2/drivers/openvswitch/agent
LIU Yulong bac1b1f721 More precise flow table cleaning
OVS-agent wants to clean flows table by table during restart,
but actually it does not. If one table has same cookie with
other tables, all related flows will be clean at once.

This patch adds the table_id param to the related call
to limit the flow clean on one table at once.

Closes-Bug: #2060587
Change-Id: I266eb0f5115af718b91f930d759581616310999d
2024-04-09 14:10:55 +08:00
..
common Remove ovs agent's common constants module 2022-08-01 14:09:46 +02:00
extension_drivers Bandit: Remove bandit B311, B303 from skip list 2024-03-28 13:55:25 +01:00
openflow More precise flow table cleaning 2024-04-09 14:10:55 +08:00
__init__.py Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00
main.py Don't register config options on imports 2022-04-13 05:49:15 +00:00
ovs_agent_extension_api.py Pass physical bridge informations to OVS agent extension API 2023-04-06 09:32:27 +08:00
ovs_capabilities.py Cleanup fanout queues on ovs agent stop (part 2) 2022-09-09 09:03:45 +02:00
ovs_dvr_neutron_agent.py dvr: Avoid installing non-dvr openflow rule on startup 2023-07-27 18:29:58 +00:00
ovs_neutron_agent.py Not process security group for none active ports 2024-01-11 15:23:24 +08:00
vlanmanager.py ovs: make vlanmanager to handle more vlan mapping per network 2022-09-01 14:48:08 +02:00