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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user