summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas.abraitis@gmail.com>2020-01-04 00:39:46 +0200
committerGitHub <noreply@github.com>2020-01-04 00:39:46 +0200
commitb833cc1ff473e5de43a6c33b520024c943db180c (patch)
treebb8f1ed62295a667b13c205236f8f5f7acc3917d
parentf8034506de01e8f77ff470acec3fdbbd9a05dd2d (diff)
parent85bb45956cf6709903c0d48a79e7288634548cc8 (diff)
Merge pull request #5611 from qlyoung/fix-bgp-no-listen-docstring
bgpd: fix too much no listen doc string
-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 e875c41119..04e01411a5 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);