mirror of
https://gitlab.com/shorewall/code.git
synced 2025-03-05 10:02:19 +01:00
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 ) {
|
} elsif ( $actiontype & ACTION ) {
|
||||||
$target = $usedactions{$normalized_target}->{name};
|
$target = $usedactions{$normalized_target}->{name};
|
||||||
|
$loglevel = '';
|
||||||
} else {
|
} else {
|
||||||
if ( $server eq '' ) {
|
if ( $server eq '' ) {
|
||||||
fatal_error "A server and/or port must be specified in the DEST column in $action rules" unless $serverport;
|
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