From de10a974f2e2e8a11b6a6852cd770c1096e1c25d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 13 Nov 2002 08:46:12 +0000 Subject: Added missing semicolons. --- nest/config.Y | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nest/config.Y') diff --git a/nest/config.Y b/nest/config.Y index 0f52ce4..1c5cf92 100644 --- a/nest/config.Y +++ b/nest/config.Y @@ -76,6 +76,7 @@ newtab: TABLE SYM { CF_ADDTO(conf, proto) proto_start: PROTOCOL + ; proto_name: /* EMPTY */ { @@ -225,7 +226,7 @@ password_list: CF_CLI_HELP(SHOW, ..., [[Show status information]]) CF_CLI(SHOW STATUS,,, [[Show router status]]) -{ cmd_show_status(); } +{ cmd_show_status(); } ; CF_CLI(SHOW PROTOCOLS, optsym, [], [[Show routing protocols]]) { proto_show($3, 0); } ; @@ -363,6 +364,7 @@ CF_CLI(RESTART, proto_patt, | \"\" | all, [[Restart protocol CF_CLI_HELP(DEBUG, ..., [[Control protocol debugging]]) CF_CLI(DEBUG, proto_patt debug_mask, ( | | all) (all | off | { states | routes | filters | events | packets }), [[Control protocol debugging]]) { proto_debug($2, $3); } + ; proto_patt: SYM { $$ = $1->name; } -- cgit v1.2.3