mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-09 20:01:10 +00:00
bgpd: fix console typo
The console printout had a typo for the number of configured peers label. Signed-off-by: Zoltan Arnold Nagy <zoltan.arnold.nagy@gmail.com>
This commit is contained in:
parent
67f6d83ccb
commit
3c0e7aa488
@ -7693,7 +7693,7 @@ DEFUN (show_bgp_vrfs,
|
|||||||
if (!uj && count == 1) {
|
if (!uj && count == 1) {
|
||||||
vty_out(vty,
|
vty_out(vty,
|
||||||
"%4s %-5s %-16s %9s %10s %-37s\n",
|
"%4s %-5s %-16s %9s %10s %-37s\n",
|
||||||
"Type", "Id", "routerId", "#PeersVfg",
|
"Type", "Id", "routerId", "#PeersCfg",
|
||||||
"#PeersEstb", "Name");
|
"#PeersEstb", "Name");
|
||||||
vty_out(vty, "%11s %-16s %-21s %-6s\n", " ",
|
vty_out(vty, "%11s %-16s %-21s %-6s\n", " ",
|
||||||
"L3-VNI", "RouterMAC", "Interface");
|
"L3-VNI", "RouterMAC", "Interface");
|
||||||
|
Loading…
Reference in New Issue
Block a user