mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 08:21:42 +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);
|
||||
} else {
|
||||
if (first_as)
|
||||
vty_out(vty, ", bestpath-from-AS %d",
|
||||
vty_out(vty, ", bestpath-from-AS %u",
|
||||
first_as);
|
||||
else
|
||||
vty_out(vty,
|
||||
|
Loading…
Reference in New Issue
Block a user