diff --git a/vpp/dumper.py b/vpp/dumper.py index 13ced60..2872273 100644 --- a/vpp/dumper.py +++ b/vpp/dumper.py @@ -104,7 +104,13 @@ class Dumper(VPPApi): iface.sw_if_index ] config["loopbacks"][iface.interface_name] = loop - elif iface.interface_dev_type in ["bond", "VXLAN", "dpdk", "virtio"]: + elif iface.interface_dev_type in [ + "bond", + "VXLAN", + "dpdk", + "virtio", + "pg", + ]: i = {"description": ""} if iface.sw_if_index in self.cache["lcps"]: i["lcp"] = self.cache["lcps"][iface.sw_if_index].host_if_name