]> git.puffer.fish Git - mirror/frr.git/commitdiff
bgpd: fix too much no listen doc string 5611/head
authorQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 2 Jan 2020 21:26:31 +0000 (16:26 -0500)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 2 Jan 2020 21:26:31 +0000 (16:26 -0500)
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
bgpd/bgp_vty.c

index e875c4111904dc472a79374e55d6549ae2cb89db..04e01411a5218d2471e258edc0e507f7f9af1486 100644 (file)
@@ -2692,7 +2692,7 @@ DEFUN (bgp_listen_limit,
        "bgp listen limit (1-5000)",
        "BGP specific commands\n"
        "BGP Dynamic Neighbors listen commands\n"
-       "maximum number of BGP Dynamic Neighbors that can be created\n"
+       "Maximum number of BGP Dynamic Neighbors that can be created\n"
        "Configure Dynamic Neighbors listen limit value\n")
 {
        VTY_DECLVAR_CONTEXT(bgp, bgp);
@@ -2712,8 +2712,7 @@ DEFUN (no_bgp_listen_limit,
        NO_STR
        "BGP specific commands\n"
        "BGP Dynamic Neighbors listen commands\n"
-       "unset maximum number of BGP Dynamic Neighbors that can be created\n"
-       "Configure Dynamic Neighbors listen limit value to default\n"
+       "Maximum number of BGP Dynamic Neighbors that can be created\n"
        "Configure Dynamic Neighbors listen limit value\n")
 {
        VTY_DECLVAR_CONTEXT(bgp, bgp);