mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-16 18:14:40 +02:00
debugging prints for dmz@
This commit is contained in:
@@ -2868,9 +2868,16 @@ bool PolicyCompiler_ipt::decideOnChainIfSrcFW::processNext()
|
||||
return true;
|
||||
}
|
||||
|
||||
cerr << endl;
|
||||
cerr << "PolicyCompiler_ipt::decideOnChainIfSrcFW "
|
||||
<< " rule " << rule->getLabel()
|
||||
<< endl;
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user