From 3c0e7aa4888c9f172e4abccedd2769d7ad60ffbf Mon Sep 17 00:00:00 2001 From: Zoltan Arnold Nagy Date: Mon, 30 Dec 2019 19:32:18 +0100 Subject: [PATCH] bgpd: fix console typo The console printout had a typo for the number of configured peers label. Signed-off-by: Zoltan Arnold Nagy --- bgpd/bgp_vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c index fd1c1ffd7c..7e89add46d 100644 --- a/bgpd/bgp_vty.c +++ b/bgpd/bgp_vty.c @@ -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");