From 0f7b542dc6ea17091a2f68c70d12b5138b0812fd Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 17 Apr 2007 15:37:32 +0000 Subject: [PATCH] Yet another fix for dynamic zones git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5971 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-perl/Shorewall/Chains.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall-perl/Shorewall/Chains.pm b/Shorewall-perl/Shorewall/Chains.pm index 65f686234..496af2fdd 100644 --- a/Shorewall-perl/Shorewall/Chains.pm +++ b/Shorewall-perl/Shorewall/Chains.pm @@ -403,7 +403,7 @@ sub dynamic_in( $ ) sub dynamic_out( $ ) # $1 = interface { - chain_base( $_[0] ) . '_out'; + chain_base( $_[0] ) . '_dyno'; } sub dynamic_chains( $ ) #$1 = interface