summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2008-02-05 18:35:48 -0800
committerAn-Cheng Huang <ancheng@vyatta.com>2008-02-05 18:35:48 -0800
commitf9b13d3b2b8af1b7df64a2bd38dce543994d5e93 (patch)
treed4011745568e793d6b5f74fac98c1a49bed7ace0 /src
parentefe5aea36400ea839c38055576a8fb44bab6a04e (diff)
downloadvyatta-cfg-f9b13d3b2b8af1b7df64a2bd38dce543994d5e93.tar.gz
vyatta-cfg-f9b13d3b2b8af1b7df64a2bd38dce543994d5e93.zip
allow empty line after "tag:"
Diffstat (limited to 'src')
-rw-r--r--src/cli_parse.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cli_parse.y b/src/cli_parse.y
index 150fe71..fd472e9 100644
--- a/src/cli_parse.y
+++ b/src/cli_parse.y
@@ -78,6 +78,7 @@ otherinput: type EOL
| otherinput type EOL
| otherinput cause EOL
| otherinput EOL
+ | EOL
| syntax_error
;