aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2012-06-08 07:57:09 +0300
committerTimo Teräs <timo.teras@iki.fi>2012-06-08 07:57:09 +0300
commit9223d0abde8b39d75d5460a1b578061f6d3cc29b (patch)
tree95a19ad4ec20556d374eb8ee2e98fe421b32c225
parentfa191806c838d1b2ce127ea53db0c1d7ee2ec431 (diff)
downloadawall-9223d0abde8b39d75d5460a1b578061f6d3cc29b.tar.bz2
awall-9223d0abde8b39d75d5460a1b578061f6d3cc29b.tar.xz
OUTPUT chain needs stateful tracking also
-rw-r--r--awall/modules/filter.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/awall/modules/filter.lua b/awall/modules/filter.lua
index ac03813..09c38e1 100644
--- a/awall/modules/filter.lua
+++ b/awall/modules/filter.lua
@@ -137,7 +137,7 @@ for i, family in ipairs({'inet', 'inet6'}) do
opts=opts})
end
end
- for i, chain in ipairs({'FORWARD', 'INPUT'}) do
+ for i, chain in ipairs({'FORWARD', 'INPUT', 'OUTPUT'}) do
table.insert(defrules,
{family=family,
table='filter',