mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 04:04:10 +01:00
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:
parent
9483f891fc
commit
871eeffa2c
@ -2133,8 +2133,6 @@ process_rules() # $1 = name of rules file
|
|||||||
for yservers in $xservers; do
|
for yservers in $xservers; do
|
||||||
if [ "${yclients}" != "${yservers}" ] ; then
|
if [ "${yclients}" != "${yservers}" ] ; then
|
||||||
process_rule $xtarget $yclients $yservers $xprotocol $xports $xcports $xaddress
|
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
|
fi
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user