summaryrefslogtreecommitdiffstats
path: root/awall/modules/filter.lua
diff options
context:
space:
mode:
Diffstat (limited to 'awall/modules/filter.lua')
-rw-r--r--awall/modules/filter.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/awall/modules/filter.lua b/awall/modules/filter.lua
index be391f7..a37e497 100644
--- a/awall/modules/filter.lua
+++ b/awall/modules/filter.lua
@@ -192,8 +192,8 @@ for i, chain in ipairs({'INPUT', 'OUTPUT'}) do
{chain=chain,
opts='-'..string.lower(string.sub(chain, 1, 1))..' lo'})
end
-defrules.pre = combinations(combinations(dar,
- {{table='filter', target='ACCEPT'}}),
+defrules.pre = combinations(dar,
+ {{table='filter', target='ACCEPT'}},
{{family='inet'}, {family='inet6'}})
defrules['post-filter'] = combinations({{family='inet6',