mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-28 10:33:21 +01:00
72bb7e0a83
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@555 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
22 lines
768 B
Plaintext
22 lines
768 B
Plaintext
This is a minor release of Shorewall.
|
|
|
|
Problems Corrected:
|
|
|
|
1) There were several cases where Shorewall would fail to remove a
|
|
temporary directory from /tmp. These cases have been corrected.
|
|
|
|
2) The rules for allowing all traffic via the loopback interface have
|
|
been moved to before the rule that drops status=INVALID
|
|
packets. This insures that all loopback traffic is allowed even if
|
|
Netfilter connection tracking is confused.
|
|
|
|
New Features:
|
|
|
|
1) IPV6-IPV4 (6to4) tunnels are now supported in the
|
|
/etc/shorewall/tunnels file.
|
|
|
|
2) Shorewall can now be easily integrated with fireparse
|
|
(http://www.fireparse.com) by setting LOGMARKER="fp=" in
|
|
/etc/shorewall/shorewall.conf. Note: You may not use ULOG
|
|
with fireparse unless you modify fireparse.
|