* PIXImporter.cpp (mirrorServiceObjectRecursively): see #2291 The

same service object-group that matches some tcp or udp ports can
be used to match both source and destination ports in an
access-list command. Importer should recognize when such group
is used to match source ports and create mirrored group with
potentially mirrored service objects. This should work when group
includes other groups.

test cases in asa8.3-acl.test
This commit is contained in:
Vadim Kurland
2011-04-01 16:24:33 -07:00
parent a9b03dddad
commit df7a58eb04
4 changed files with 151 additions and 1 deletions
+8
View File
@@ -1,5 +1,13 @@
2011-04-01 vadim <vadim@netcitadel.com>
* PIXImporter.cpp (mirrorServiceObjectRecursively): see #2291 The
same service object-group that matches some tcp or udp ports can
be used to match both source and destination ports in an
access-list command. Importer should recognize when such group
is used to match source ports and create mirrored group with
potentially mirrored service objects. This should work when group
includes other groups.
* FWWindow_editor.cpp (openOptEditor): fixes #2307 "GUI switches
to another file after editor panel is closed"