neutron/neutron/tests/unit/plugins/ml2/drivers/linuxbridge
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
..
agent Flush ebtables arp protect chains before deleting them 2020-12-21 10:13:14 +00:00
mech_driver Revert "Use vif_type='tap' for LinuxBridge for consistency" 2017-06-08 11:27:59 -07:00
__init__.py Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00