2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-02-14 19:59:00 +00:00

Add missing switch member of info with NX switches

This commit is contained in:
Jarrod Johnson
2026-02-09 13:17:45 -05:00
parent 07369667f7
commit 480d399f44

View File

@@ -217,6 +217,7 @@ def _extract_neighbor_data_nxapi(switch, user, password, cfm, lldpdata, wc):
)
portdata['peerid'] = peerid
_extract_extended_desc(portdata, portdata['peerdescription'], True)
portdata['switch'] = switch
_neighbypeerid[peerid] = portdata
lldpdata[port] = portdata
_neighdata[switch] = lldpdata