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:
Tom Eastep 2012-09-05 07:16:40 -07:00
parent 6614239b32
commit ebc4ad2f1e

View File

@ -745,6 +745,8 @@ sub process_stoppedrules() {
'',
$disposition,
do_proto( $proto, '-', '-' ) );
} else {
warning_message "Redundant OUTPUT rule ignored because ADMINISABSENTMINDED=Yes";
}
}
}