]> git.puffer.fish Git - mirror/frr.git/commitdiff
bgpd: Fix another aspath %d that should be %u 2061/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 13 Apr 2018 01:11:39 +0000 (21:11 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 13 Apr 2018 01:11:39 +0000 (21:11 -0400)
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_route.c

index bd7b9964fbdefac55375cab2fd10595d071ba5a9..bd73edded346d54051bff6d5b44090567b22778e 100644 (file)
@@ -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));