]> git.puffer.fish Git - matthieu/frr.git/commitdiff
bgpd: Use single whitespace when displaying show bgp summary
authorDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 23 Jan 2024 18:41:49 +0000 (20:41 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 23 Jan 2024 18:41:49 +0000 (20:41 +0200)
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
bgpd/bgp_route.c

index e1387b032181c5b3d26be776982bba7f50c72460..ae3a88ddcc2c978cc9acb2ec99a97be3daaac351 100644 (file)
@@ -11634,7 +11634,7 @@ static int bgp_show_table(struct vty *vty, struct bgp *bgp, afi_t afi, safi_t sa
                                                total_count);
                        } else
                                vty_out(vty,
-                                       "\nDisplayed  %ld routes and %ld total paths\n",
+                                       "\nDisplayed %ld routes and %ld total paths\n",
                                        output_count, total_count);
                }
        }
@@ -11685,7 +11685,7 @@ int bgp_show_table_rd(struct vty *vty, struct bgp *bgp, afi_t afi, safi_t safi,
                                total_cum);
                else
                        vty_out(vty,
-                               "\nDisplayed  %ld routes and %ld total paths\n",
+                               "\nDisplayed %ld routes and %ld total paths\n",
                                output_cum, total_cum);
        } else {
                if (use_json && output_cum == 0 && json_header_depth == 0)