From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH] firewall: Fix missing whitespace for blocklist messages Date: Fri, 07 Oct 2022 16:21:16 +0000 Message-ID: <20221007162116.90603-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8144219533979408314==" List-Id: --===============8144219533979408314== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Fixes: #12934 Signed-off-by: Michael Tremer --- config/firewall/rules.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/firewall/rules.pl b/config/firewall/rules.pl index e1d7718a8..30ad20df1 100644 --- a/config/firewall/rules.pl +++ b/config/firewall/rules.pl @@ -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 \""); } =20 # Create Drop rule. --=20 2.30.2 --===============8144219533979408314==--