diff options
author | Martin Mares <mj@ucw.cz> | 1999-12-03 12:10:50 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-12-03 12:10:50 +0100 |
commit | 28e01f85c65c536837227829f645818dfa6a2652 (patch) | |
tree | fb19bdcf47d22e404cabaed55025283ad019809d /nest/config.Y | |
parent | 430da60fa29196cf8715e09e1d81c7ea0b672f05 (diff) | |
download | bird-28e01f85c65c536837227829f645818dfa6a2652.tar bird-28e01f85c65c536837227829f645818dfa6a2652.zip |
Renamed SHOW PROTOCOLS VERBOSE to SHOW PROTOCOLS ALL to be consistent
with the other commands.
Diffstat (limited to 'nest/config.Y')
-rw-r--r-- | nest/config.Y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/config.Y b/nest/config.Y index 01d34fa..b5940cf 100644 --- a/nest/config.Y +++ b/nest/config.Y @@ -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: |