mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 16:04:49 +00:00
Merge pull request #2061 from donaldsharp/aspath_silly
bgpd: Fix another aspath %d that should be %u
This commit is contained in:
commit
99d09e7d51
@ -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));
|
||||||
|
Loading…
Reference in New Issue
Block a user