forked from extern/shorewall_code
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:
parent
8af394d5b5
commit
0f7b542dc6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user