summaryrefslogtreecommitdiffstats
path: root/lib/command_parse.y
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2016-10-01 01:03:05 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2016-10-01 01:03:05 +0200
commita98d33ab20e583e4e30acdff59ed6523bc5e139e (patch)
tree664351269c70c6da5b4670ad58df0f6d1fc3fc63 /lib/command_parse.y
parentlib: initialize cmd_vector and add a root node to graph (diff)
downloadfrr-a98d33ab20e583e4e30acdff59ed6523bc5e139e.tar.xz
frr-a98d33ab20e583e4e30acdff59ed6523bc5e139e.zip
lib, vtysh: refactor vtysh.c, allow parser continuance
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/command_parse.y')
-rw-r--r--lib/command_parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command_parse.y b/lib/command_parse.y
index 63a6f83c3..88dbbb137 100644
--- a/lib/command_parse.y
+++ b/lib/command_parse.y
@@ -405,7 +405,7 @@ yyerror (struct graph *graph, struct cmd_element *el, char const *msg)
{
zlog_err ("%s: FATAL parse error: %s", __func__, msg);
zlog_err ("while parsing this command definition: \n\t%s\n", el->string);
- exit(EXIT_FAILURE);
+ //exit(EXIT_FAILURE);
}
static void