Move fix for missing OUTPUT chains to Shorewall-perl where it belongs

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6602 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-06-19 21:17:55 +00:00
parent 77fc4152b7
commit 0c8988a67f

View File

@ -174,7 +174,6 @@ add_to_zone() # $1...${n-1} = <interface>[:<hosts>] $n = zone
# Insert new rules into the filter table for the passed interface
#
while read z1 z2 chain; do
[ -z "$chain" ] && continue
[ "$z1" = "$z2" ] && op="-I" || op="-A"
if [ "$z1" = "$zone" ]; then
if [ "$z2" = "$FW" ]; then