napalm-automation-community / napalm-aruba-cx

NAPALM driver for Aruba AOS-CX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with a key in get_lldp_neighbors

legalla opened this issue · comments

There's an issue with "port" key in get_lldp_neighbors.
A colon is included in the key name :
{'hostname': '<device_name>', 'port:': '1/1/47'}
while it should be :
{'hostname': '<device_name>', 'port': '1/1/47'}