forked from extern/shorewall_code
Update firewall
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1020 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
058d7dc63e
commit
16b3dd2574
@ -2711,9 +2711,11 @@ process_rule() # $1 = target
|
||||
source=$clientzone
|
||||
|
||||
if [ $source = $FW ]; then
|
||||
source_hosts= || eval source_hosts=\"\$${source}_hosts\"
|
||||
source_hosts=
|
||||
elif [ -n "$userset" ]; then
|
||||
fatal_error "Invalid use of a user set: rule \"$rule\""
|
||||
else
|
||||
eval source_hosts=\"\$${source}_hosts\"
|
||||
fi
|
||||
|
||||
if [ "$servers" = "${servers%:*}" ] ; then
|
||||
|
Loading…
Reference in New Issue
Block a user