2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-09-21 16:39:32 +00:00

Support affluent peeraddresses, when available

This commit is contained in:
Jarrod Johnson
2026-07-13 11:16:47 -04:00
parent 81cf17360e
commit e853db5c36
@@ -270,6 +270,7 @@ async def _extract_neighbor_data_affluent(switch, user, password, cfm, lldpdata,
'peerportid': record['peerportid'],
'port': record['localport'],
'peerid': peerid,
'peeraddresses': record.get('peeraddresses', []),
}
_extract_extended_desc(portdata, portdata['peerdescription'], True)
_neighbypeerid[peerid] = portdata