From 0c8988a67f67cc954da3bb7eecf7a1a77ec865e5 Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 19 Jun 2007 21:17:55 +0000 Subject: [PATCH] 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 --- Shorewall-common/lib.dynamiczones | 1 - 1 file changed, 1 deletion(-) diff --git a/Shorewall-common/lib.dynamiczones b/Shorewall-common/lib.dynamiczones index d31ef8fdc..7785a610f 100644 --- a/Shorewall-common/lib.dynamiczones +++ b/Shorewall-common/lib.dynamiczones @@ -174,7 +174,6 @@ add_to_zone() # $1...${n-1} = [:] $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