* CompilerDriver_pix_run.cpp (pixSecurityLevelChecks): see #2351

Security levels of ASA and FWSM interfaces do not have to be
unique. Removed check that enforced this.
This commit is contained in:
Vadim Kurland
2011-04-14 18:58:36 -07:00
parent dbb1e8ab57
commit 14258139ee
2 changed files with 19 additions and 14 deletions
+4
View File
@@ -1,5 +1,9 @@
2011-04-14 vadim <vadim@netcitadel.com>
* CompilerDriver_pix_run.cpp (pixSecurityLevelChecks): see #2351
Security levels of ASA and FWSM interfaces do not have to be
unique. Removed check that enforced this.
* IPTImporterRun.cpp (run): see #2275 Importer for iptables now
correctly handles both "intrapositioned" ("-s ! address") and
"extrapositioned" ("! -s address") negation.