From c66faab1cab58ae5d9d199c5f4e833fd272a6e94 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 12 Apr 2018 21:11:39 -0400 Subject: [PATCH] bgpd: Fix another aspath %d that should be %u Signed-off-by: Donald Sharp --- bgpd/bgp_route.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c index bd7b9964fb..bd73edded3 100644 --- a/bgpd/bgp_route.c +++ b/bgpd/bgp_route.c @@ -1874,7 +1874,7 @@ void bgp_best_selection(struct bgp *bgp, struct bgp_node *rn, if (debug) { bgp_info_path_with_addpath_rx_str(new_select, 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, aspath_get_first_as( new_select->attr->aspath)); -- 2.39.5