Fix some formatting issues

This commit is contained in:
Pim van Pelt
2023-05-25 18:32:54 +02:00
parent d5dbd11d2d
commit 85e553c437
3 changed files with 6 additions and 3 deletions

View File

@ -181,7 +181,8 @@ class Reconciler:
def __prune_bridgedomains(self):
"""Remove bridge-domains from VPP, if they do not occur in the config. If any interfaces are
found in to-be removed bridge-domains, they are returned to L3 mode, and tag-rewrites removed."""
found in to-be removed bridge-domains, they are returned to L3 mode, and tag-rewrites removed.
"""
for idx, bridge in self.vpp.cache["bridgedomains"].items():
bridgename = f"bd{int(idx)}"
_config_ifname, config_iface = bridgedomain.get_by_name(