neutron/neutron/tests/unit/agent/linux
Slawek Kaplonski 1e220d7136 [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
2021-02-18 09:14:23 +01:00
..
openvswitch_firewall [OVS FW] Clean conntrack entries with mark == CT_MARK_INVALID 2021-02-18 09:14:23 +01:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
failing_process.py Keep reading stdout/stderr until after kill 2015-11-19 19:14:13 +02:00
test_bridge_lib.py Implement "BridgeDevice" with Pyroute2 2020-07-06 11:01:21 +00:00
test_daemon.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_dhcp.py Remove duplicated assignement of the device_owner in UT 2021-02-03 21:08:19 +01:00
test_external_process.py Remove rootwrap execution (1) 2021-02-06 16:22:43 +00:00
test_interface.py Migrate "ethtool" to oslo.privsep 2020-07-07 17:45:54 +00:00
test_ip_conntrack.py [OVS FW] Clean conntrack entries with mark == CT_MARK_INVALID 2021-02-18 09:14:23 +01:00
test_ip_lib.py Remove rootwrap execution (1) 2021-02-06 16:22:43 +00:00
test_ipset_manager.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_iptables_firewall.py Fix iptables rules comments 2020-06-03 16:29:22 +00:00
test_iptables_manager.py Set metering iptables chain not found LOG level to WARNING 2020-11-19 09:14:28 -03:00
test_keepalived.py Remove rootwrap execution (1) 2021-02-06 16:22:43 +00:00
test_l3_tc_lib.py Remove rootwrap execution (1) 2021-02-06 16:22:43 +00:00
test_pd.py Ensure fip ip rules deleted when fip removed 2020-08-18 20:39:10 +01:00
test_tc_lib.py Fix the wrong value for QoS rate conversion to bytes/s 2020-06-20 19:38:30 +00:00
test_utils.py Remove rootwrap execution (1) 2021-02-06 16:22:43 +00:00