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

@ -744,7 +744,9 @@ sub process_stoppedrules() {
$target,
'',
$disposition,
do_proto( $proto, '-', '-' ) );
do_proto( $proto, '-', '-' ) );
} else {
warning_message "Redundant OUTPUT rule ignored because ADMINISABSENTMINDED=Yes";
}
}
}