mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-24 20:27:22 +01:00
foxes #1111 NAT compiler for PF does not recognize dynamic interface of the firewall in rule element
This commit is contained in:
parent
6b95f0d8c4
commit
19aaf47dac
@ -153,7 +153,7 @@ void TableFactory::createTablesForRE(RuleElement *re,Rule *rule)
|
||||
{
|
||||
FWObject *o= *i;
|
||||
if (FWReference::cast(o)!=NULL) o=FWReference::cast(o)->getPointer();
|
||||
tblgrp->add( o );
|
||||
tblgrp->addRef( o );
|
||||
}
|
||||
}
|
||||
re->clearChildren();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user