Try to not add switch vlan

This commit is contained in:
Pierre Lannoy 2024-04-22 16:11:03 +02:00
commit 01087896d1
Signed by: Pierre Lannoy
GPG key ID: D27231EF87D53F31

View file

@ -65,6 +65,7 @@ class LLDP():
return self.data['lldp'][interface]['port']['descr']
def get_switch_vlan(self, interface):
return None
# lldp.eth0.vlan.vlan-id=296
if self.data['lldp'].get(interface) is None:
return None