From: Rob Brewer Date: Sun, 3 Apr 2022 08:52:56 +0000 (+0200) Subject: rules.pl: Add space at the end of the log prefix. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=84642aadeb63eaa9c5da0e6b3236bc6731a63580;p=people%2Fstevee%2Fipfire-2.x.git rules.pl: Add space at the end of the log prefix. This improves the readabiliy when digging through the logs. Signed-off-by: Rob Brewer Signed-off-by: Stefan Schantl --- diff --git a/config/firewall/rules.pl b/config/firewall/rules.pl index 3ac4d3ba7f..95f36178ab 100644 --- a/config/firewall/rules.pl +++ b/config/firewall/rules.pl @@ -752,7 +752,7 @@ sub ipblocklist () { # Check if logging is enables. 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.