Merge pull request #5611 from qlyoung/fix-bgp-no-listen-docstring

bgpd: fix too much no listen doc string
This commit is contained in:
Donatas Abraitis 2020-01-04 00:39:46 +02:00 committed by GitHub
commit b833cc1ff4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2692,7 +2692,7 @@ DEFUN (bgp_listen_limit,
"bgp listen limit (1-5000)", "bgp listen limit (1-5000)",
"BGP specific commands\n" "BGP specific commands\n"
"BGP Dynamic Neighbors listen 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") "Configure Dynamic Neighbors listen limit value\n")
{ {
VTY_DECLVAR_CONTEXT(bgp, bgp); VTY_DECLVAR_CONTEXT(bgp, bgp);
@ -2712,8 +2712,7 @@ DEFUN (no_bgp_listen_limit,
NO_STR NO_STR
"BGP specific commands\n" "BGP specific commands\n"
"BGP Dynamic Neighbors listen commands\n" "BGP Dynamic Neighbors listen commands\n"
"unset 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 to default\n"
"Configure Dynamic Neighbors listen limit value\n") "Configure Dynamic Neighbors listen limit value\n")
{ {
VTY_DECLVAR_CONTEXT(bgp, bgp); VTY_DECLVAR_CONTEXT(bgp, bgp);