]> git.puffer.fish Git - mirror/frr.git/commitdiff
bgpd: fix console typo 5598/head
authorZoltan Arnold Nagy <zoltan.arnold.nagy@gmail.com>
Mon, 30 Dec 2019 18:32:18 +0000 (19:32 +0100)
committerZoltan Arnold Nagy <zoltan.arnold.nagy@gmail.com>
Mon, 30 Dec 2019 18:44:50 +0000 (19:44 +0100)
The console printout had a typo for the number of configured peers label.

Signed-off-by: Zoltan Arnold Nagy <zoltan.arnold.nagy@gmail.com>
bgpd/bgp_vty.c

index fd1c1ffd7c03fcf6a7c3319173cfe0a9a8bff2ee..7e89add46d50bb7c6dd574d79df964cf2585b1b5 100644 (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");