forked from extern/shorewall_code
Handle 'NONE' policy correctly.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
beec4a188f
commit
38f3ae0934
@ -1394,7 +1394,7 @@ sub generate_source_rules( $$$;@ ) {
|
||||
my ( $outchainref, $z1, $z2, @matches ) = @_;
|
||||
my $chain = rules_target ( $z1, $z2 );
|
||||
|
||||
if ( $chain ) {
|
||||
if ( $chain && $chain ne 'NONE' ) {
|
||||
#
|
||||
# Not a CONTINUE policy with no rules
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user