mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-25 04:37:22 +01:00
see #1990 newly created PIX/ASA firewalls now have "generate outbound acl" option turned on by default
This commit is contained in:
parent
b42fe3e802
commit
cdbd1e35c3
@ -1,5 +1,10 @@
|
||||
2011-02-21 vadim <vadim@netcitadel.com>
|
||||
|
||||
* platform/pix.xml: see #1990 "Change default value for Cisco
|
||||
ASA/PIX 7+ to generate outbound ACLs". Newly created PIX/ASA
|
||||
firewall objects will now have "generate outbound acl" option
|
||||
turned on by default.
|
||||
|
||||
* newFirewallDialog.cpp (showPage): fixes #1678 "When creating a
|
||||
firewall from template it appears that a default template is
|
||||
selected". When user arrives at the page where they choose
|
||||
|
||||
@ -15,6 +15,7 @@
|
||||
<options>
|
||||
<default>
|
||||
<pix_emulate_out_acl>true</pix_emulate_out_acl>
|
||||
<pix_generate_out_acl>true</pix_generate_out_acl>
|
||||
<pix_include_comments>true</pix_include_comments>
|
||||
<pix_use_acl_remarks>true</pix_use_acl_remarks>
|
||||
<pix_add_clear_statements>true</pix_add_clear_statements>
|
||||
@ -127,6 +128,7 @@ nameif %in %il security%sl
|
||||
|
||||
<version_4.x>
|
||||
<pix_emulate_out_acl>true</pix_emulate_out_acl>
|
||||
<pix_generate_out_acl>true</pix_generate_out_acl>
|
||||
<pix_include_comments>true</pix_include_comments>
|
||||
<pix_use_acl_remarks>true</pix_use_acl_remarks>
|
||||
<pix_add_clear_statements>true</pix_add_clear_statements>
|
||||
|
||||
@ -15,6 +15,7 @@
|
||||
<options>
|
||||
<default>
|
||||
<pix_emulate_out_acl>true</pix_emulate_out_acl>
|
||||
<pix_generate_out_acl>true</pix_generate_out_acl>
|
||||
<pix_include_comments>true</pix_include_comments>
|
||||
<pix_use_acl_remarks>true</pix_use_acl_remarks>
|
||||
<pix_add_clear_statements>true</pix_add_clear_statements>
|
||||
@ -289,6 +290,7 @@
|
||||
|
||||
<version_7.0>
|
||||
<pix_emulate_out_acl>true</pix_emulate_out_acl>
|
||||
<pix_generate_out_acl>true</pix_generate_out_acl>
|
||||
<pix_include_comments>true</pix_include_comments>
|
||||
<pix_use_acl_remarks>true</pix_use_acl_remarks>
|
||||
<pix_add_clear_statements>true</pix_add_clear_statements>
|
||||
@ -376,6 +378,7 @@
|
||||
|
||||
<version_8.0>
|
||||
<pix_emulate_out_acl>true</pix_emulate_out_acl>
|
||||
<pix_generate_out_acl>true</pix_generate_out_acl>
|
||||
<pix_include_comments>true</pix_include_comments>
|
||||
<pix_use_acl_remarks>true</pix_use_acl_remarks>
|
||||
<pix_add_clear_statements>true</pix_add_clear_statements>
|
||||
@ -463,6 +466,7 @@
|
||||
|
||||
<version_8.2>
|
||||
<pix_emulate_out_acl>true</pix_emulate_out_acl>
|
||||
<pix_generate_out_acl>true</pix_generate_out_acl>
|
||||
<pix_include_comments>true</pix_include_comments>
|
||||
<pix_use_acl_remarks>true</pix_use_acl_remarks>
|
||||
<pix_add_clear_statements>true</pix_add_clear_statements>
|
||||
@ -551,6 +555,7 @@
|
||||
|
||||
<version_8.3>
|
||||
<pix_emulate_out_acl>true</pix_emulate_out_acl>
|
||||
<pix_generate_out_acl>true</pix_generate_out_acl>
|
||||
<pix_include_comments>true</pix_include_comments>
|
||||
<pix_use_acl_remarks>true</pix_use_acl_remarks>
|
||||
<pix_add_clear_statements>true</pix_add_clear_statements>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user