2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-04-01 23:13:29 +00:00

Merge branch 'master' into async

This commit is contained in:
Jarrod Johnson
2026-02-09 13:19:50 -05:00

View File

@@ -218,6 +218,7 @@ async 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