mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-08 18:57:07 +02:00
Generate an 'unreachable rule(s)' warning.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
a550dd3eed
commit
9b68204865
@ -7063,7 +7063,7 @@ sub expand_rule( $$$$$$$$$$$;$ )
|
|||||||
) = @_;
|
) = @_;
|
||||||
|
|
||||||
if ( $chainref->{complete} ) {
|
if ( $chainref->{complete} ) {
|
||||||
warning_message "Chain $chainref->{name} is complete - unreachable netfilter rule(s) 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