]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
firewall: Fix missing whitespace for blocklist messages
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 7 Oct 2022 16:21:16 +0000 (16:21 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 10 Oct 2022 09:32:53 +0000 (09:32 +0000)
Fixes: #12934
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/firewall/rules.pl

index e1d7718a8842a8e7432031a7ada1cfdc99324515..30ad20df1d9a31ff86a08784364daf3c24e192dc 100644 (file)
@@ -760,7 +760,7 @@ sub ipblocklist () {
                        # Check if logging is enabled.
                        if($blocklistsettings{'LOGGING'} eq "on") {
                                # Create logging rule.
-                               run("$IPTABLES -A ${blocklist}_DROP -j LOG -m limit --limit 10/second --log-prefix \"BLKLST_$blocklist\" ");
+                               run("$IPTABLES -A ${blocklist}_DROP -j LOG -m limit --limit 10/second --log-prefix \"BLKLST_$blocklist \"");
                        }
 
                        # Create Drop rule.