mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-05 21:15:02 +00:00
Merge pull request #12881 from donaldsharp/bgp_rpki_take_two
This commit is contained in:
commit
3d3c67d681
@ -281,7 +281,7 @@ static void print_record(const struct pfx_record *record, struct vty *vty,
|
||||
if (!json) {
|
||||
vty_out(vty, "%-40s %3u - %3u ", ip, record->min_len,
|
||||
record->max_len);
|
||||
vty_out(vty, ASN_FORMAT(asnotation), &record->asn);
|
||||
vty_out(vty, ASN_FORMAT(asnotation), (as_t *)&record->asn);
|
||||
vty_out(vty, "\n");
|
||||
} else {
|
||||
json_record = json_object_new_object();
|
||||
|
Loading…
Reference in New Issue
Block a user