Try to not add switch vlan
This commit is contained in:
parent
c395c18ee3
commit
01087896d1
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue