mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 23:53:30 +01:00
Restore the text of tcrules warning message
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
2b1f33c391
commit
39982c20c4
@ -3245,7 +3245,7 @@ sub setup_tc( $ ) {
|
|||||||
|
|
||||||
close $mangle, directive_callback( 0 );
|
close $mangle, directive_callback( 0 );
|
||||||
} else {
|
} else {
|
||||||
warning_message "The tcrules file is deprecated in favor of the mangle file -- consider running '$product upgrade -t'";
|
warning_message "Non-empty tcrules file ($fn); consider running '$product update -t'";
|
||||||
}
|
}
|
||||||
} elsif ( $tcrules ) {
|
} elsif ( $tcrules ) {
|
||||||
close $mangle, directive_callback( 0 );
|
close $mangle, directive_callback( 0 );
|
||||||
|
Loading…
Reference in New Issue
Block a user