aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--awall/modules/filter.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/awall/modules/filter.lua b/awall/modules/filter.lua
index 9c0a3b9..be391f7 100644
--- a/awall/modules/filter.lua
+++ b/awall/modules/filter.lua
@@ -51,10 +51,6 @@ function Filter:init(...)
if limit then self[limit].log = log(self[limit].log, true) end
end
-function Filter:defaultzones()
- return self.dnat and {nil} or model.Rule.defaultzones(self)
-end
-
function Filter:destoptfrags()
local ofrags = model.Rule.destoptfrags(self)
if not self.dnat then return ofrags end