[pve-devel] [PATCH] fix 110.fw example
Alexandre Derumier
aderumier at odiso.com
Tue Mar 11 09:58:46 CET 2014
we can't parse [OPTIONS] if a comment is on the same line
Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
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
--
1.7.10.4
More information about the pve-devel
mailing list