From 91227b6d13e7d3b0f92e6fdb623e82aee9fd4b32 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Thu, 30 Dec 2010 09:56:44 -0800 Subject: [PATCH] Don't log jumps to NAT actions --- Shorewall/Perl/Shorewall/Rules.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Shorewall/Perl/Shorewall/Rules.pm b/Shorewall/Perl/Shorewall/Rules.pm index 2e43b7f26..3fb4283e9 100644 --- a/Shorewall/Perl/Shorewall/Rules.pm +++ b/Shorewall/Perl/Shorewall/Rules.pm @@ -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;