mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-01 23:45:53 +02:00
Update release documentation
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6026 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
f65a020329
commit
3a66494d64
@ -14,6 +14,12 @@ Changes in 3.9.3
|
|||||||
|
|
||||||
7) Fix dropInvalid.
|
7) Fix dropInvalid.
|
||||||
|
|
||||||
|
8) Fix 'none'.
|
||||||
|
|
||||||
|
9) Fix SAME with SOURCE $FW
|
||||||
|
|
||||||
|
10) Fix tcp:syn.
|
||||||
|
|
||||||
Changes in 3.9.2
|
Changes in 3.9.2
|
||||||
|
|
||||||
1) Implement '-C {shell|perl}'.
|
1) Implement '-C {shell|perl}'.
|
||||||
|
@ -37,8 +37,18 @@ Problems corrected in Shorewall 3.9.3
|
|||||||
- All addresses
|
- All addresses
|
||||||
- Routed networks
|
- Routed networks
|
||||||
|
|
||||||
5) The 'dropInvalid' built-in action now correctly generates a DROP
|
5) The 'dropInvalid' built-in action now correctly generates a DROP
|
||||||
rule rather than a REJECT rule.
|
rule rather than a REJECT rule.
|
||||||
|
|
||||||
|
6) The Shorewall-perl compiler was not treating 'none' in the SOURCE
|
||||||
|
or DEST column of the rules file correctly.
|
||||||
|
|
||||||
|
7) The Shorewall-perl compiler did not accept 'tcp:syn' in the PROTO
|
||||||
|
column.
|
||||||
|
|
||||||
|
8) The Shorewall-perl compiler generated an invalid rule when
|
||||||
|
$FW was the SOURCE of a SAME rule (iptables/netfilter do not
|
||||||
|
support SAME in the OUTPUT chain).
|
||||||
|
|
||||||
Other changes in Shorewall 3.9.3
|
Other changes in Shorewall 3.9.3
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user