mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-13 00:19:55 +02:00
fixes #2358 should say "outbound interface" rather than "inbound"
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user