diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c index 1a8980da0199..d511a423922d 100644 --- a/bgpd/bgp_route.c +++ b/bgpd/bgp_route.c @@ -8434,7 +8434,7 @@ static int bgp_show_table(struct vty *vty, struct bgp *bgp, safi_t safi, ? VRF_DEFAULT_NAME : bgp->name, table->version, inet_ntoa(bgp->router_id), - bgp->default_local_pref, bgp->as); + bgp->default_local_pref, bgp->as); *json_header_depth = 2; if (rd) { vty_out(vty, " \"routeDistinguishers\" : {");