mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-05-10 19:14:57 +02:00
* platform/pix.xml: see #2348: "Accounting action is not valid for
FWSM platform". Actions "Accounting" and "Reject" should not appear in the drop-down list of actions in the GUI if platform is pix or fwsm.
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
2011-04-14 vadim <vadim@netcitadel.com>
|
2011-04-14 vadim <vadim@netcitadel.com>
|
||||||
|
|
||||||
|
* platform/pix.xml: see #2348: "Accounting action is not valid for
|
||||||
|
FWSM platform". Actions "Accounting" and "Reject" should not
|
||||||
|
appear in the drop-down list of actions in the GUI if platform is
|
||||||
|
pix or fwsm.
|
||||||
|
|
||||||
* PolicyCompiler_pix.cpp (printPreambleCommands): see #2347 "FWSM
|
* PolicyCompiler_pix.cpp (printPreambleCommands): see #2347 "FWSM
|
||||||
move up the "access-list mode auto-commit" command". Command that
|
move up the "access-list mode auto-commit" command". Command that
|
||||||
configures access list commit mode should be issued before any
|
configures access list commit mode should be issued before any
|
||||||
|
|||||||
@@ -259,12 +259,12 @@ nameif %in %il security%sl
|
|||||||
<dialog_page>None</dialog_page>
|
<dialog_page>None</dialog_page>
|
||||||
</Deny>
|
</Deny>
|
||||||
<Reject>
|
<Reject>
|
||||||
<supported>True</supported>
|
<supported>False</supported>
|
||||||
<description>Reject</description>
|
<description>Reject</description>
|
||||||
<dialog_page>Reject</dialog_page>
|
<dialog_page>Reject</dialog_page>
|
||||||
</Reject>
|
</Reject>
|
||||||
<Accounting>
|
<Accounting>
|
||||||
<supported>True</supported>
|
<supported>False</supported>
|
||||||
<description>Accounting</description>
|
<description>Accounting</description>
|
||||||
<dialog_page>None</dialog_page>
|
<dialog_page>None</dialog_page>
|
||||||
</Accounting>
|
</Accounting>
|
||||||
|
|||||||
@@ -681,12 +681,12 @@
|
|||||||
<dialog_page>None</dialog_page>
|
<dialog_page>None</dialog_page>
|
||||||
</Deny>
|
</Deny>
|
||||||
<Reject>
|
<Reject>
|
||||||
<supported>True</supported>
|
<supported>False</supported>
|
||||||
<description>Reject</description>
|
<description>Reject</description>
|
||||||
<dialog_page>Reject</dialog_page>
|
<dialog_page>Reject</dialog_page>
|
||||||
</Reject>
|
</Reject>
|
||||||
<Accounting>
|
<Accounting>
|
||||||
<supported>True</supported>
|
<supported>False</supported>
|
||||||
<description>Accounting</description>
|
<description>Accounting</description>
|
||||||
<dialog_page>None</dialog_page>
|
<dialog_page>None</dialog_page>
|
||||||
</Accounting>
|
</Accounting>
|
||||||
|
|||||||
Reference in New Issue
Block a user