mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-21 02:08:48 +02:00
Add warning message when an OUTPUT stopped rule is ignored due to ADMINISABSENTMINDED
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
6614239b32
commit
ebc4ad2f1e
@ -745,6 +745,8 @@ sub process_stoppedrules() {
|
|||||||
'',
|
'',
|
||||||
$disposition,
|
$disposition,
|
||||||
do_proto( $proto, '-', '-' ) );
|
do_proto( $proto, '-', '-' ) );
|
||||||
|
} else {
|
||||||
|
warning_message "Redundant OUTPUT rule ignored because ADMINISABSENTMINDED=Yes";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user