1
0
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:
Vadim Kurland 2011-06-22 14:55:53 -07:00
parent 344a22feed
commit c940bed072
2 changed files with 4 additions and 0 deletions

View File

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

View File

@ -95,6 +95,7 @@ CompilerDriver::CompilerDriver(FWObjectDatabase *db) : BaseCompiler()
fw_by_id = false;
objdb = new FWObjectDatabase(*db);
objdb->setIgnoreReadOnlyFlag(true);
//objdb = db;