1
0
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:
Vadim Kurland 2011-04-19 14:21:28 -07:00
parent 9ba2dc42ee
commit 752b2e3ae0

View File

@ -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;