forked from extern/shorewall_code
Don't log jumps to NAT actions
This commit is contained in:
parent
d8541e4a58
commit
91227b6d13
@ -1237,6 +1237,7 @@ sub process_rule_common ( $$$$$$$$$$$$$$$$ ) {
|
||||
}
|
||||
} elsif ( $actiontype & ACTION ) {
|
||||
$target = $usedactions{$normalized_target}->{name};
|
||||
$loglevel = '';
|
||||
} else {
|
||||
if ( $server eq '' ) {
|
||||
fatal_error "A server and/or port must be specified in the DEST column in $action rules" unless $serverport;
|
||||
|
Loading…
Reference in New Issue
Block a user