mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-19 08:07:13 +02:00
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
|
source=$clientzone
|
||||||
|
|
||||||
if [ $source = $FW ]; then
|
if [ $source = $FW ]; then
|
||||||
source_hosts= || eval source_hosts=\"\$${source}_hosts\"
|
source_hosts=
|
||||||
elif [ -n "$userset" ]; then
|
elif [ -n "$userset" ]; then
|
||||||
fatal_error "Invalid use of a user set: rule \"$rule\""
|
fatal_error "Invalid use of a user set: rule \"$rule\""
|
||||||
|
else
|
||||||
|
eval source_hosts=\"\$${source}_hosts\"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$servers" = "${servers%:*}" ] ; then
|
if [ "$servers" = "${servers%:*}" ] ; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user