Merge "Defer flow deletion in openvswitch firewall" into stable/train

This commit is contained in:
Zuul 2022-06-10 13:10:09 +00:00 committed by Gerrit Code Review
commit 0d1c7b66cb
1 changed files with 1 additions and 1 deletions

View File

@ -1580,4 +1580,4 @@ class OVSFirewallDriver(firewall.FirewallDriver):
# will not match with the ip flow's cookie so OVS won't actually
# delete the flow
flow['cookie'] = ovs_lib.COOKIE_ANY
self._delete_flows(deferred=False, **flow)
self._delete_flows(**flow)