mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-24 04:07:55 +01:00
compiling debug prints for the problem reported by dmz@ conditionally
This commit is contained in:
parent
4a41d7dbf0
commit
dbc94935f3
@ -2868,16 +2868,16 @@ bool PolicyCompiler_ipt::decideOnChainIfSrcFW::processNext()
|
||||
return true;
|
||||
}
|
||||
|
||||
#ifdef DEBUG_FOR_DMZ
|
||||
cerr << endl;
|
||||
cerr << "PolicyCompiler_ipt::decideOnChainIfSrcFW "
|
||||
<< " rule " << rule->getLabel()
|
||||
<< endl;
|
||||
#endif
|
||||
|
||||
Address *src = compiler->correctForCluster(compiler->getFirstSrc(rule));
|
||||
assert(src);
|
||||
|
||||
cerr << endl;
|
||||
|
||||
/* Bug 811860: "IPTables Compiler Firewall IP to Input Chain".
|
||||
* on a bridging firewall rules not associated with interfaces should
|
||||
* go into INPUT/OUTPUT chain on interfaces that do routing and into
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user