From 7e8b8ae75de8d163f528aac8c41dc0d0f406a4de Mon Sep 17 00:00:00 2001 From: Alexandre Derumier Date: Tue, 11 Mar 2014 09:58:46 +0100 Subject: [PATCH] fix 110.fw example we can't parse [OPTIONS] if a comment is on the same line Signed-off-by: Alexandre Derumier --- example/100.fw | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example/100.fw b/example/100.fw index 36c831a..94f178d 100644 --- a/example/100.fw +++ b/example/100.fw @@ -1,6 +1,7 @@ # Example VM firewall configuration -[OPTIONS] # VM specific firewall options +# VM specific firewall options +[OPTIONS] # disable/enable the whole thing enable: 1 -- 2.39.2