mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 17:58:07 +02:00
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'
|
26) Renamed 'initialized' to 'initdone'
|
||||||
|
|
||||||
27) Applied Stijn Jonker's fix for "shorewall add"
|
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
|
createchain $frwd_chain No
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$DYNAMIC_CHAINS" ]; then
|
if [ -n "$DYNAMIC_ZONES" ]; then
|
||||||
echo $zone $source_hosts >> ${STATEDIR}/zones
|
echo $zone $source_hosts >> ${STATEDIR}/zones
|
||||||
echo "$FW $zone $chain1" >> ${STATEDIR}/chains
|
echo "$FW $zone $chain1" >> ${STATEDIR}/chains
|
||||||
echo "$zone $FW $chain2" >> ${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
|
source zone is the zone being added to. Thanks to Stijn Jonker for
|
||||||
providing this correction.
|
providing this correction.
|
||||||
|
|
||||||
|
3) "shorewall delete" returns a warning.
|
||||||
-----------------------------------------------------------------------
|
-----------------------------------------------------------------------
|
||||||
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:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user