summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2020-01-02 22:26:31 +0100
committerQuentin Young <qlyoung@cumulusnetworks.com>2020-01-02 22:26:31 +0100
commit85bb45956cf6709903c0d48a79e7288634548cc8 (patch)
treed36088d453132db9155156dbc40c06c41f8aa5cf
parentMerge pull request #5594 from ton31337/feature/rhel8_docker (diff)
downloadfrr-85bb45956cf6709903c0d48a79e7288634548cc8.tar.xz
frr-85bb45956cf6709903c0d48a79e7288634548cc8.zip
bgpd: fix too much no listen doc string
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
-rw-r--r--bgpd/bgp_vty.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c
index e875c4111..04e01411a 100644
--- a/bgpd/bgp_vty.c
+++ b/bgpd/bgp_vty.c
@@ -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);