neutron/neutron/tests/unit/plugins/ml2/drivers/linuxbridge/agent
Lukas Steiner 6fe4286f9b Flush ebtables arp protect chains before deleting them
When a port is removed, the linuxbridge agent cleans up the chains
neutronARP-* and neutronMAC-*, but in some cases this chains still
contains rules and ebtables fails with `CHAIN_USER_DEL failed (Device or
resource busy)`. Flushing the chains before deleting them, fixes that
issue.

Change-Id: Icfcf8c5406cfdc47fabf012e82ed56c345a73af8
Closes-Bug: #1887281
(cherry picked from commit 2207b88544)
2020-12-21 10:13:14 +00:00
..
extension_drivers Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
__init__.py Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00
test_arp_protect.py Flush ebtables arp protect chains before deleting them 2020-12-21 10:13:14 +00:00
test_linuxbridge_agent_extension_api.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_linuxbridge_neutron_agent.py Implement "BridgeDevice" with Pyroute2 2020-07-06 11:01:21 +00:00