1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-21 10:47:16 +01: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:
Vadim Kurland 2011-04-14 12:27:21 -07:00
parent 59f40e5d71
commit 1223e94ebf
3 changed files with 9 additions and 4 deletions

View File

@ -1,5 +1,10 @@
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
move up the "access-list mode auto-commit" command". Command that
configures access list commit mode should be issued before any

View File

@ -259,12 +259,12 @@ nameif %in %il security%sl
<dialog_page>None</dialog_page>
</Deny>
<Reject>
<supported>True</supported>
<supported>False</supported>
<description>Reject</description>
<dialog_page>Reject</dialog_page>
</Reject>
<Accounting>
<supported>True</supported>
<supported>False</supported>
<description>Accounting</description>
<dialog_page>None</dialog_page>
</Accounting>

View File

@ -681,12 +681,12 @@
<dialog_page>None</dialog_page>
</Deny>
<Reject>
<supported>True</supported>
<supported>False</supported>
<description>Reject</description>
<dialog_page>Reject</dialog_page>
</Reject>
<Accounting>
<supported>True</supported>
<supported>False</supported>
<description>Accounting</description>
<dialog_page>None</dialog_page>
</Accounting>