summaryrefslogtreecommitdiffstats
path: root/nest
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-12-03 12:10:50 +0100
committerMartin Mares <mj@ucw.cz>1999-12-03 12:10:50 +0100
commit28e01f85c65c536837227829f645818dfa6a2652 (patch)
treefb19bdcf47d22e404cabaed55025283ad019809d /nest
parent430da60fa29196cf8715e09e1d81c7ea0b672f05 (diff)
downloadbird-28e01f85c65c536837227829f645818dfa6a2652.tar
bird-28e01f85c65c536837227829f645818dfa6a2652.zip
Renamed SHOW PROTOCOLS VERBOSE to SHOW PROTOCOLS ALL to be consistent
with the other commands.
Diffstat (limited to 'nest')
-rw-r--r--nest/config.Y2
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: