1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-20 10:17:16 +01:00

refs #1893 fixes #1883 "inspect ip options in pix8". Added support for

"policy-map type inspect ip-options" command in PIX v8.2 and later.
At this time, of all possible types of "policy-map type inspect"
command only "ip-options" is implemented.
This commit is contained in:
Vadim Kurland 2011-01-04 17:06:25 -08:00
parent b9a9d7a2c9
commit 3104b38b60

View File

@ -1,7 +1,7 @@
2011-01-04 vadim <vadim@netcitadel.com>
* OSConfigurator_pix_os_inspectors_pix8.cpp (_printPolicyMapTypeInspect):
refs #1893 fixes #1882 "inspect ip options in pix8". Added support for
refs #1893 fixes #1883 "inspect ip options in pix8". Added support for
"policy-map type inspect ip-options" command in PIX v8.2 and later.
At this time, of all possible types of "policy-map type inspect"
command only "ip-options" is implemented.