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:
parent
59f40e5d71
commit
1223e94ebf
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user