mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-15 19:01:19 +01:00
Update release docs
This commit is contained in:
parent
50a3b76e40
commit
6f7a1c7fd0
@ -2,6 +2,8 @@ Changes in Shorewall 4.4.16 RC 1
|
|||||||
|
|
||||||
1) Complete parameterized actions.
|
1) Complete parameterized actions.
|
||||||
|
|
||||||
|
2) Fix issue in expand_rule().
|
||||||
|
|
||||||
Changes in Shorewall 4.4.16 Beta 6
|
Changes in Shorewall 4.4.16 Beta 6
|
||||||
|
|
||||||
1) Don't let root match wildcard.
|
1) Don't let root match wildcard.
|
||||||
|
@ -14,6 +14,12 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES
|
|||||||
I. P R O B L E M S C O R R E C T E D I N T H I S R E L E A S E
|
I. P R O B L E M S C O R R E C T E D I N T H I S R E L E A S E
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
RC 1
|
||||||
|
|
||||||
|
1) Previously, under very rare circumstances, a chain would be
|
||||||
|
optimized away while there were still jumps to the chain. This caused
|
||||||
|
Shorewall start/restart to fail during iptables-restore.
|
||||||
|
|
||||||
Beta 7
|
Beta 7
|
||||||
|
|
||||||
None.
|
None.
|
||||||
@ -131,7 +137,7 @@ Beta 1
|
|||||||
|
|
||||||
You can 'omit' a parameter in the list by using '-' (e,g,
|
You can 'omit' a parameter in the list by using '-' (e,g,
|
||||||
REDIRECT,-.info) would omit the second parameter (within the action
|
REDIRECT,-.info) would omit the second parameter (within the action
|
||||||
body, $2 would expand to nothing). If you want to specify '-' as an
|
body, $2 would expand to nothing). If you want to specify '-' as a
|
||||||
parameter value, use '--'.
|
parameter value, use '--'.
|
||||||
|
|
||||||
Parameter values are also available to extensions scripts. See
|
Parameter values are also available to extensions scripts. See
|
||||||
|
Loading…
Reference in New Issue
Block a user