Update firewall

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1020 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2003-12-29 00:45:29 +00:00
parent 058d7dc63e
commit 16b3dd2574

View File

@ -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