mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 23:58:44 +00:00
Merge pull request #1261 from dwalton76/bgpd-4byte-display
bgpd: fix 4-byte AS display in bestpath-from-AS
This commit is contained in:
commit
2d9c2ae397
@ -7841,7 +7841,7 @@ void route_vty_out_detail(struct vty *vty, struct bgp *bgp, struct prefix *p,
|
|||||||
"bestpathFromAs", first_as);
|
"bestpathFromAs", first_as);
|
||||||
} else {
|
} else {
|
||||||
if (first_as)
|
if (first_as)
|
||||||
vty_out(vty, ", bestpath-from-AS %d",
|
vty_out(vty, ", bestpath-from-AS %u",
|
||||||
first_as);
|
first_as);
|
||||||
else
|
else
|
||||||
vty_out(vty,
|
vty_out(vty,
|
||||||
|
Loading…
Reference in New Issue
Block a user