Renamed SHOW PROTOCOLS VERBOSE to SHOW PROTOCOLS ALL to be consistent
with the other commands.
This commit is contained in:
parent
430da60fa2
commit
28e01f85c6
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ CF_CLI(SHOW STATUS,,, [[Show router status]]) {
|
|||
CF_CLI(SHOW PROTOCOLS, optsym, [<name>], [[Show routing protocols]])
|
||||
{ proto_show($3, 0); } ;
|
||||
|
||||
CF_CLI(SHOW PROTOCOLS VERBOSE, optsym, [<name>], [[Show routing protocol details]])
|
||||
CF_CLI(SHOW PROTOCOLS ALL, optsym, [<name>], [[Show routing protocol details]])
|
||||
{ proto_show($4, 1); } ;
|
||||
|
||||
optsym:
|
||||
|
|
Loading…
Reference in a new issue