* PolicyCompiler_cisco.cpp (PolicyCompiler_cisco::setAllNetworkZonesToAny):

fixed #1690 "IOS ACL and Procurve ACL compilers fail because
interfaces are not assumed to have network zone "any" anymore".
Compilers for Cisco IOS ACL and Procurve ACL always assumed all
interfaces have network zone "any". Recent changes made in 4.1.0
changed that and compilers stopped working for some rule configurations.

* (PolicyCompiler_cisco::createACLObject): fixed #1688 "Procurve
ACL remarks should be in quotes if they include space"
This commit is contained in:
Vadim Kurland
2010-08-17 20:32:45 +00:00
parent 59c53ed77d
commit cfaf044212
11 changed files with 100 additions and 19 deletions
+1 -1
View File
@@ -1 +1 @@
#define BUILD_NUM 3228
#define BUILD_NUM 3231