neutron/neutron/tests/unit/agent
Slawek Kaplonski 6b92ced5ed [OVS FW] Clean conntrack entries with mark == CT_MARK_INVALID
In case when security group is removed from port, connections
established to/from port which were hitting some of the removed SG
rules will be marked with CT_MARK_INVALID in the conntrack table.
Due to that such existing connections will be stopped.
But then if SG will be added again to the port, those conntrack entries
marked as invalid will not be removed and those hang connections will
not be revived.
To fix that, this patch adds deletion of the conntrack entries marked
with CT_MARK_INVALID and related to the port of which SG are
updated/added.

Closes-Bug: #1915530
Change-Id: I84718b8ac4d8d6e39426e1c4485c2d7fe28185dd
(cherry picked from commit 1e220d7136)
2021-02-23 13:40:55 +00:00
..
common Merge "Improve terminology in the Neutron tree" 2020-08-28 14:06:18 +00:00
dhcp Process DHCP events in order if related 2021-02-07 10:04:58 +00:00
l2 Remove "six" library 2020-07-28 16:55:52 +00:00
l3 Update requirements for recent pip failures 2020-12-14 11:35:53 +01:00
linux [OVS FW] Clean conntrack entries with mark == CT_MARK_INVALID 2021-02-23 13:40:55 +00:00
metadata metadata-ipv6: Accept link local address in X-Forwarded-For 2020-08-31 13:02:49 +02:00
ovn [OVN] Ensure metadata checksum 2021-01-28 11:42:30 +00:00
ovsdb Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
windows Remove "six" library 2020-07-28 16:55:52 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_agent_extensions_manager.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_resource_cache.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_rpc.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_securitygroups_rpc.py Upgrade RPC version of SecurityGroup*Rpc 2020-12-14 13:44:46 +00:00