Merge pull request #1261 from dwalton76/bgpd-4byte-display

bgpd: fix 4-byte AS display in bestpath-from-AS
This commit is contained in:
Lou Berger 2017-09-28 17:50:19 -04:00 committed by GitHub
commit 2d9c2ae397

View File

@ -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,