Merge pull request #2061 from donaldsharp/aspath_silly

bgpd: Fix another aspath %d that should be %u
This commit is contained in:
Lou Berger 2018-04-13 13:55:41 -04:00 committed by GitHub
commit 99d09e7d51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1874,7 +1874,7 @@ void bgp_best_selection(struct bgp *bgp, struct bgp_node *rn,
if (debug) { if (debug) {
bgp_info_path_with_addpath_rx_str(new_select, bgp_info_path_with_addpath_rx_str(new_select,
path_buf); path_buf);
zlog_debug("%s: %s is the bestpath from AS %d", zlog_debug("%s: %s is the bestpath from AS %u",
pfx_buf, path_buf, pfx_buf, path_buf,
aspath_get_first_as( aspath_get_first_as(
new_select->attr->aspath)); new_select->attr->aspath));