forked from extern/shorewall_code
Clarify warning message regarding INLINE_MATCHES
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
@ -2439,7 +2439,7 @@ sub split_line2( $$;$$$ ) {
|
|||||||
if ( $inlinematches ) {
|
if ( $inlinematches ) {
|
||||||
fatal_error "The $description does not support inline matches (INLINE_MATCHES=Yes)" unless $inline;
|
fatal_error "The $description does not support inline matches (INLINE_MATCHES=Yes)" unless $inline;
|
||||||
|
|
||||||
warning_message "This entry needs to be changed before the INLINE_MATCHES option is removed in Shorewall 5.2";
|
warning_message "This entry needs to be changed (replace ';' with ';;') before the INLINE_MATCHES option is removed in Shorewall 5.2";
|
||||||
|
|
||||||
$inline_matches = $pairs;
|
$inline_matches = $pairs;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user