aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--awall/modules/nat.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/awall/modules/nat.lua b/awall/modules/nat.lua
index f7f4d80..05209c5 100644
--- a/awall/modules/nat.lua
+++ b/awall/modules/nat.lua
@@ -28,7 +28,7 @@ function NATRule:defaultzones() return {nil} end
function NATRule:checkzoneoptfrag(ofrag)
if ofrag[self.params.forbidif] then
- error('Cannot specify '..self.params.forbidif..'bound interface for '..target..' rule')
+ error('Cannot specify '..self.params.forbidif..'bound interface for '..self.params.target..' rule')
end
end