Set MPLS for loopback and interface. Allow for --novpp and VPP changes

This commit is contained in:
Pim van Pelt
2023-06-11 18:43:43 +02:00
parent c7ba451016
commit 603e26a313

View File

@ -409,6 +409,8 @@ class VPPApi:
except AttributeError: except AttributeError:
self.logger.warning(f"ACL API not found - missing plugin: {err}") self.logger.warning(f"ACL API not found - missing plugin: {err}")
=======
>>>>>>> 0cf4473 (Set MPLS for loopback and interface. Allow for --novpp and VPP changes)
self.logger.debug("Retrieving bondethernets") self.logger.debug("Retrieving bondethernets")
api_response = self.vpp.api.sw_bond_interface_dump() api_response = self.vpp.api.sw_bond_interface_dump()
for iface in api_response: for iface in api_response: