Robin Gilijamse

Results 3 issues of Robin Gilijamse

Fix #15 (get_lldp_neighbors fails when ChassisId is truncated)

When neighbor devices have a very long Chassis ID, looking up this value in the MIB fails: ``` File "/home/rgilijamse/scripts/_venv/lib/python3.8/site-packages/napalm_procurve/procurve.py", line 423, in _lldp_detail_parser "{}.0.{}.1".format(key_mib_table[key], ifs[interface]) KeyError: 'ChassisId' ``` Easy...

Parsing breaks when multiple results are returned from show commands due to the switches being stacked. Error: ``` File "/napalm_procurve/procurve.py", line 254, in get_facts serial_number = line.split(" : ")[2].strip() IndexError:...