From: Zoltan Arnold Nagy Date: Mon, 30 Dec 2019 18:32:18 +0000 (+0100) Subject: bgpd: fix console typo X-Git-Tag: base_7.3~49^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=3c0e7aa4888c9f172e4abccedd2769d7ad60ffbf;p=mirror%2Ffrr.git bgpd: fix console typo The console printout had a typo for the number of configured peers label. Signed-off-by: Zoltan Arnold Nagy --- 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");