Apply patches from Stefan Engel and Alex Wilms

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1308 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2004-05-04 18:42:34 +00:00
parent 6bb8dab1d8
commit 169d7016b8
4 changed files with 13 additions and 3 deletions

View File

@ -45,4 +45,8 @@ Changes since 2.0.0
22) Fix module loading on Mandrake. 22) Fix module loading on Mandrake.
23) Eliminate confusing IPV6 warnings. 23) Eliminate confusing IPV6 warnings.
24) Apply Stefan Engel's fix for "shorewall delete"
25) Apply the install.sh fix from Alex Wilms

View File

@ -5655,7 +5655,7 @@ delete_from_zone() # $1 = <interface>[:<hosts>] $2 = zone
hosts=${h#*:} hosts=${h#*:}
if [ "$iface" != "$interface" -o "$hosts" != "$host" ]; then if [ "$iface" != "$interface" -o "$hosts" != "$host" ]; then
qt iptables -D $source_chain -s $host -o $iface $(match_source_hosts $hosts) -j $chain qt iptables -D $source_chain -s $host -o $iface $(match_dest_hosts $hosts) -j $chain
fi fi
done done
fi fi

View File

@ -525,7 +525,7 @@ if [ -z "$PREFIX" -a -n "$first_install" ]; then
echo "Set startup=1 in /etc/default/shorewall to enable" echo "Set startup=1 in /etc/default/shorewall to enable"
else else
if [ -x /sbin/insserv -o -x /usr/sbin/insserv ]; then if [ -x /sbin/insserv -o -x /usr/sbin/insserv ]; then
if insserv /etc/init.d/shorewalls ; then if insserv /etc/init.d/shorewall ; then
echo echo
echo "shorewall will start automatically at boot" echo "shorewall will start automatically at boot"
echo "Remove /etc/shorewall/startup_disabled in /etc/default/shorewall to enable" echo "Remove /etc/shorewall/startup_disabled in /etc/default/shorewall to enable"

View File

@ -24,6 +24,12 @@ Problems Corrected since 2.0.0
7) Modules listed in /etc/shorewall/modules don't load on Mandrake 7) Modules listed in /etc/shorewall/modules don't load on Mandrake
10.0 final. 10.0 final.
8) "shorewall delete" now correctly deletes dynamic rules from
the ruleset. Thanks to Stefan Engel for this fix.
9) The install.sh script now works correctly on SuSE. Thanks to Alex
Wilms for this correction.
----------------------------------------------------------------------- -----------------------------------------------------------------------
Issues when migrating from Shorewall 2.0.0 to Shorewall 2.0.1: Issues when migrating from Shorewall 2.0.0 to Shorewall 2.0.1: