mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 15:16:20 +00:00
Merge pull request #17522 from FRRouting/mergify/bp/stable/10.2/pr-17510
bgpd: fix use single whitespace when displaying flowspec entries (backport #17510)
This commit is contained in:
commit
1e23469c99
@ -441,7 +441,7 @@ int bgp_show_table_flowspec(struct vty *vty, struct bgp *bgp, afi_t afi,
|
||||
}
|
||||
if (total_count && !use_json)
|
||||
vty_out(vty,
|
||||
"\nDisplayed %ld flowspec entries\n",
|
||||
"\nDisplayed %ld flowspec entries\n",
|
||||
total_count);
|
||||
return CMD_SUCCESS;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user