Migrate to newer ferm version and implement preliminary per-user rules
[hcoop/zz_old/fwtool.git] / open.conf
index ea7a5aa..1240758 100644 (file)
--- a/open.conf
+++ b/open.conf
@@ -1,10 +1,8 @@
 
-option iptables
 option clearall
 option createchains
 
-policy ACCEPT {
-       table filter chain (INPUT FORWARD OUTPUT);
-       table mangle chain (PREROUTING OUTPUT);
-       table nat chain (PREROUTING POSTROUTING OUTPUT);
-}
+table filter chain (INPUT FORWARD OUTPUT) policy ACCEPT;
+table mangle chain (PREROUTING OUTPUT) policy ACCEPT;
+table nat chain (PREROUTING POSTROUTING OUTPUT) policy ACCEPT;
+