mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-14 01:52:01 +00:00
![]() The peer distinguisher format was badly displayed when a per peer
header is sent with an IP:AS2B format.
> {"peer_type": "loc-rib instance", "is_filtered": false, "policy": "loc-rib",
> "peer_distinguisher": "None:2", ...
The IP header is incorrectly read. Fix it.
> {"peer_type": "loc-rib instance", "is_filtered": false, "policy": "loc-rib",
> "peer_distinguisher": "3.3.3.5:2", ...
Fixes:
|
||
---|---|---|
.. | ||
bgp | ||
bmp.py | ||
bmpserver.py |