forked from extern/shorewall_code
Update the change log and release notes
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@98 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
0476fa40c5
commit
9d944ee6ef
@ -1,18 +1,17 @@
|
|||||||
Changes since 1.3.1
|
Changes since 1.3.2
|
||||||
|
|
||||||
1. Corrected double-counting of SYN packets.
|
1. Correct detection of duplicate entries in the interfaces file.
|
||||||
2. Added IANA reserved addresses to the rfc1918 file.
|
2. Clear command now flushes all chains.
|
||||||
3. Added MULTIPORT support.
|
3. Clear command enables forwarding.
|
||||||
4. Added "logwatch" command to /sbin/shorewall.
|
4. Corrected indentation in check_config()
|
||||||
5. Added "drop", "reject", "allow" and "save" commands to
|
5. Reorganized the code for processing the rules file.
|
||||||
/sbin/shorewall
|
6. Reorganized tunnel creation.
|
||||||
6. Moved the "firewall", "version" and "functions" files to
|
7. Automatically generate 'multi' for wildcard interfaces.
|
||||||
/var/lib/shorewall.
|
8. Renamed the mangle table's rfc1918 chain to man1918.
|
||||||
7. Include workaround for ICMP kernel bug in the firewall script.
|
9. The TARGET column in the rfc1918 file is now validated.
|
||||||
8. Fixed a bug in find_interfaces_by_option() whereby that
|
10. Corrected ICMP protocol number in a case statement.
|
||||||
function was only returning the first inteface with the passed option.
|
11. Interfaces named in the hosts file are now validated against the
|
||||||
9. Fixed a bug in find_hosts_by_option() whereby that function was
|
interfaces file.
|
||||||
only returning the first host with the passed option.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -9,6 +9,11 @@ In this release:
|
|||||||
to make log messages generated from that chain distinguishable from
|
to make log messages generated from that chain distinguishable from
|
||||||
those generated by the 'rfc1918' chain in the filter table.
|
those generated by the 'rfc1918' chain in the filter table.
|
||||||
|
|
||||||
|
3. Interface names appearing in the hosts file are now validated
|
||||||
|
against the interfaces file.
|
||||||
|
|
||||||
|
4. The TARGET column in the rfc1918 file is now checked for
|
||||||
|
correctness.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user