mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-19 17:28:35 +02:00
Disable warning on unreachable rules.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
4865899018
commit
4a05e56d6d
@ -7063,7 +7063,7 @@ sub expand_rule( $$$$$$$$$$$;$ )
|
|||||||
) = @_;
|
) = @_;
|
||||||
|
|
||||||
if ( $chainref->{complete} ) {
|
if ( $chainref->{complete} ) {
|
||||||
warning_message "The rule(s) generated by this entry are unreachable and have been discarded";
|
# warning_message "The rule(s) generated by this entry are unreachable and have been discarded";
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user