From 2eb14723f819d219970c6b9f1e15aae06f8ae218 Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 19 Oct 2004 18:02:10 +0000 Subject: [PATCH] Bad forward chain patch git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1704 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall2/firewall | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Shorewall2/firewall b/Shorewall2/firewall index 3e3730466..4728ace15 100755 --- a/Shorewall2/firewall +++ b/Shorewall2/firewall @@ -6264,6 +6264,8 @@ activate_rules() eval complex=\$${zone}_is_complex + [ -n "$complex" ] && frwd_chain=${zone}_frwd + if [ -n "$DYNAMIC_ZONES" ]; then echo $zone $source_hosts >> ${STATEDIR}/zones echo "$FW $zone $chain1" >> ${STATEDIR}/chains