Yet another fix for dynamic zones

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5971 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-04-17 15:37:32 +00:00
parent 8af394d5b5
commit 0f7b542dc6

View File

@ -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