forked from extern/shorewall_code
Document Action Changes in the release documents
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
c18154cedc
commit
9ba8823011
@ -6,6 +6,10 @@ Changes in Shorewall 4.4.16 Beta 5
|
|||||||
|
|
||||||
3) Move mid-level rule processing to the Actions module.
|
3) Move mid-level rule processing to the Actions module.
|
||||||
|
|
||||||
|
4) Implement format-2 actions.
|
||||||
|
|
||||||
|
5) Allow DNAT and REDIRECT in actions.
|
||||||
|
|
||||||
Changes in Shorewall 4.4.16 Beta 4
|
Changes in Shorewall 4.4.16 Beta 4
|
||||||
|
|
||||||
1) Only issue get_params() warnings under 'trace'
|
1) Only issue get_params() warnings under 'trace'
|
||||||
|
@ -79,6 +79,21 @@ Beta 1
|
|||||||
/etc/shorewall/proxyarp is now optional and is only required when
|
/etc/shorewall/proxyarp is now optional and is only required when
|
||||||
HAVEROUTE=No (the default).
|
HAVEROUTE=No (the default).
|
||||||
|
|
||||||
|
3) Shorewall 4.4.16 introduces format-2 Actions. Based on the similar
|
||||||
|
feature of macros, format-2 actions allow the same column layout
|
||||||
|
for macros, actions and rules.
|
||||||
|
|
||||||
|
In the action.xxx file, simply make the first non-commentary line:
|
||||||
|
|
||||||
|
FORMAT 2
|
||||||
|
|
||||||
|
This allows the lines which follow to have the same columns as
|
||||||
|
those in the rules file.
|
||||||
|
|
||||||
|
As part of this change, DNAT, DNAT-, REDIRECT, REDIRECT- and
|
||||||
|
ACCEPT+ rules are now allowed in Actions and in macros invoked from
|
||||||
|
Actions.
|
||||||
|
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
I V. R E L E A S E 4 . 4 H I G H L I G H T S
|
I V. R E L E A S E 4 . 4 H I G H L I G H T S
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user