mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-22 19:27:13 +01:00
see #2521 "Compile fails if firewall has locked interface that is set
to dynamic".
This commit is contained in:
parent
344a22feed
commit
c940bed072
@ -1,5 +1,8 @@
|
||||
2011-06-22 Vadim Kurland <vadim@netcitadel.com>
|
||||
|
||||
* CompilerDriver.cpp (CompilerDriver): fixed #2521 "Compile fails
|
||||
if firewall has locked interface that is set to dynamic".
|
||||
|
||||
* NATCompiler_pf_writers.cpp (_printProtocol): see #2524 'avoid
|
||||
" {tcp udp icmp} " in place of protocol'. NAT compiler for PF does
|
||||
not need to generate protocol match "proto {tcp udp icmp}" when
|
||||
|
||||
@ -95,6 +95,7 @@ CompilerDriver::CompilerDriver(FWObjectDatabase *db) : BaseCompiler()
|
||||
fw_by_id = false;
|
||||
|
||||
objdb = new FWObjectDatabase(*db);
|
||||
objdb->setIgnoreReadOnlyFlag(true);
|
||||
|
||||
//objdb = db;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user