mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-16 17:51:16 +01:00
Document fix for --persistent and --random
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
86dcfdf964
commit
36be5ed814
@ -6,6 +6,8 @@ Changes in Shorewall 4.4.21.1
|
||||
|
||||
3) Correct addition of orphan chain FORWAR.
|
||||
|
||||
4) Fix -j SNAT --to-address ... --persistent
|
||||
|
||||
Changes in Shorewall 4.4.21 Final
|
||||
|
||||
1) Update release documents.
|
||||
|
@ -4,3 +4,11 @@
|
||||
2) A harmless 'unitialized variable' diagnostic is issued by the
|
||||
compiler when it is displaying the capabilities.
|
||||
|
||||
3) As the result of a typo, an orphan filter chain named FORWAR can
|
||||
be created under rare circumstances. This chain is deleted by
|
||||
OPTIMIZE level 4.
|
||||
|
||||
3) The SNAT options --persistent and --randomize (/etc/shorewall/masq)
|
||||
generate invalid iptables input.
|
||||
|
||||
|
||||
|
@ -20,7 +20,11 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES
|
||||
displaying the capabilities.
|
||||
|
||||
2) As the result of a typo, an orphan filter chain named FORWAR could
|
||||
be created. This chain was deleted by OPTIMIZE 4.
|
||||
be created under rare circumstances. This chain was deleted by
|
||||
OPTIMIZE level 4.
|
||||
|
||||
3) The SNAT options --persistent and --randomize now work properly
|
||||
(/etc/shorewall/masq).
|
||||
|
||||
4.4.21 Final
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user