mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-20 10:17:16 +01:00
fixes #2358 should say "outbound interface" rather than "inbound"
This commit is contained in:
parent
9ba2dc42ee
commit
752b2e3ae0
@ -684,7 +684,7 @@ bool NATCompiler_ipt::VerifyRules3::processNext()
|
||||
// iptables does not allow "-o" in PREROUTING chain
|
||||
compiler->abort(
|
||||
rule,
|
||||
"Can not use inbound interface specification with "
|
||||
"Can not use outbound interface specification with "
|
||||
"rules that translate destination because iptables does not "
|
||||
"allow \"-o\" in PREROUTING chain");
|
||||
return true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user