Fix 'shorewall delete'

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1320 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2004-05-09 20:21:28 +00:00
parent 84858b81f5
commit d2327ab542
3 changed files with 4 additions and 1 deletions

View File

@ -55,3 +55,5 @@ Changes since 2.0.1
26) Renamed 'initialized' to 'initdone'
27) Applied Stijn Jonker's fix for "shorewall add"
28) Correct typo that broke "shorewall delete"

View File

@ -5242,7 +5242,7 @@ activate_rules()
createchain $frwd_chain No
fi
if [ -n "$DYNAMIC_CHAINS" ]; then
if [ -n "$DYNAMIC_ZONES" ]; then
echo $zone $source_hosts >> ${STATEDIR}/zones
echo "$FW $zone $chain1" >> ${STATEDIR}/chains
echo "$zone $FW $chain2" >> ${STATEDIR}/chains

View File

@ -28,6 +28,7 @@ Problems Corrected since 2.0.2 Beta 2
source zone is the zone being added to. Thanks to Stijn Jonker for
providing this correction.
3) "shorewall delete" returns a warning.
-----------------------------------------------------------------------
Issues when migrating from Shorewall 2.0.0 to Shorewall 2.0.1: