Merge pull request #5595 from ton31337/fix/bgp_listen_definition

bgpd: Change description for `[no] bgp listen limit` commands
This commit is contained in:
Donald Sharp 2019-12-31 09:10:04 -05:00 committed by GitHub
commit d2bee6ed41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2691,7 +2691,7 @@ DEFUN (bgp_listen_limit,
bgp_listen_limit_cmd,
"bgp listen limit (1-5000)",
"BGP specific commands\n"
"Configure BGP defaults\n"
"BGP Dynamic Neighbors listen commands\n"
"maximum number of BGP Dynamic Neighbors that can be created\n"
"Configure Dynamic Neighbors listen limit value\n")
{
@ -2709,8 +2709,9 @@ DEFUN (bgp_listen_limit,
DEFUN (no_bgp_listen_limit,
no_bgp_listen_limit_cmd,
"no bgp listen limit [(1-5000)]",
NO_STR
"BGP specific commands\n"
"Configure BGP defaults\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"
"Configure Dynamic Neighbors listen limit value\n")