mirror of
https://gitlab.com/shorewall/code.git
synced 2025-08-17 04:07:45 +02:00
Fix DYNAMIC_ZONES=Yes is shorewall-shell
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8575 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
@ -4330,8 +4330,8 @@ activate_rules()
|
||||
fi
|
||||
|
||||
if [ -n "$DYNAMIC_ZONES" ]; then
|
||||
echo "$FW $zone $chain1" >> $STATEDIR/chains
|
||||
echo "$zone $FW $chain2" >> $STATEDIR/chains
|
||||
[ -n "$chain1" ] && echo "$FW $zone $chain1" >> $STATEDIR/chains
|
||||
[ -n "$chain2" ] && echo "$zone $FW $chain2" >> $STATEDIR/chains
|
||||
fi
|
||||
|
||||
need_broadcast=
|
||||
|
Reference in New Issue
Block a user