From: Jan Maria Matejka Date: Thu, 14 Dec 2017 13:51:05 +0000 (+0100) Subject: Client evals also functions X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fbash-completion;p=thirdparty%2Fbird.git Client evals also functions --- diff --git a/nest/config.Y b/nest/config.Y index 2b07e99cc..1d88c0eea 100644 --- a/nest/config.Y +++ b/nest/config.Y @@ -735,7 +735,7 @@ CF_CLI(DUMP ROUTES,,, [[Dump routing table]]) CF_CLI(DUMP PROTOCOLS,,, [[Dump protocol information]]) { protos_dump_all(); cli_msg(0, ""); } ; -CF_CLI(EVAL, term, , [[Evaluate an expression]], CLI_SF_CONSTANT | CLI_SF_VARIABLE) +CF_CLI(EVAL, term, , [[Evaluate an expression]], CLI_SF_CONSTANT | CLI_SF_VARIABLE | CLI_SF_FUNCTION) { cmd_eval($2); } ; CF_CLI_HELP(ECHO, ..., [[Control echoing of log messages]])