mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-23 22:18:57 +01:00
Touch up a couple of comments
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4710 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
5e6c00561c
commit
d6baa0e03f
@ -4308,7 +4308,7 @@ activate_rules()
|
||||
case $chain in
|
||||
*2all)
|
||||
#
|
||||
# Rules chain is a Policy-only chain that could be used more than once (all2all or ${zone}2all
|
||||
# Rules chain is a policy-only chain that could be used more than once (all2all or ${zone}2all
|
||||
#
|
||||
if [ -n "$last_chain" ]; then
|
||||
#
|
||||
@ -4344,7 +4344,7 @@ activate_rules()
|
||||
;;
|
||||
*)
|
||||
#
|
||||
# Not a policy chain -- add accumulated sequence of dest zones to those needing processing
|
||||
# Not a policy-only chain -- add accumulated sequence of dest zones to those needing processing
|
||||
#
|
||||
dest_zones="$dest_zones $temp_zones $zone1"
|
||||
temp_zones=
|
||||
|
Loading…
Reference in New Issue
Block a user