Revise 'all' in rules to never apply to intra-zone traffic

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@333 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2002-11-11 19:47:34 +00:00
parent 9483f891fc
commit 871eeffa2c

View File

@ -2133,8 +2133,6 @@ process_rules() # $1 = name of rules file
for yservers in $xservers; do
if [ "${yclients}" != "${yservers}" ] ; then
process_rule $xtarget $yclients $yservers $xprotocol $xports $xcports $xaddress
elif havechain ${yclients}2${yservers} ; then
process_rule $xtarget $yclients $yservers $xprotocol $xports $xcports $xaddress
fi
done
done