summaryrefslogtreecommitdiffstats
path: root/acf/modules/awall.lua
diff options
context:
space:
mode:
Diffstat (limited to 'acf/modules/awall.lua')
-rw-r--r--acf/modules/awall.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/acf/modules/awall.lua b/acf/modules/awall.lua
index dbb335a..2920bdb 100644
--- a/acf/modules/awall.lua
+++ b/acf/modules/awall.lua
@@ -55,8 +55,8 @@ Service['icmp-type'] = M.String
-- TODO fw zone
Zone = M.new()
-Zone.iface = M.PrimitiveList{type=M.String}
-Zone.addr = M.PrimitiveList{type=M.String}
+Zone.iface = M.Set{type=M.String}
+Zone.addr = M.Set{type=M.String}
Zone['route-back'] = M.Boolean{default=false}
LogClass = M.new()