forked from extern/shorewall_code
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:
parent
84858b81f5
commit
d2327ab542
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user