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:
Zoltan Arnold Nagy 2019-12-30 19:32:18 +01:00
parent 67f6d83ccb
commit 3c0e7aa488

View File

@ -7693,7 +7693,7 @@ DEFUN (show_bgp_vrfs,
if (!uj && count == 1) {
vty_out(vty,
"%4s %-5s %-16s %9s %10s %-37s\n",
"Type", "Id", "routerId", "#PeersVfg",
"Type", "Id", "routerId", "#PeersCfg",
"#PeersEstb", "Name");
vty_out(vty, "%11s %-16s %-21s %-6s\n", " ",
"L3-VNI", "RouterMAC", "Interface");