diff --git a/nest/config.Y b/nest/config.Y index 01d34fa9..b5940cf9 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, [], [[Show routing protocols]]) { proto_show($3, 0); } ; -CF_CLI(SHOW PROTOCOLS VERBOSE, optsym, [], [[Show routing protocol details]]) +CF_CLI(SHOW PROTOCOLS ALL, optsym, [], [[Show routing protocol details]]) { proto_show($4, 1); } ; optsym: