From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Bitsch To: development@lists.ipfire.org Subject: Re: [PATCH 1/2] collectd.conf: Change chain from HOSTILE to HOSTILE_DROP - fixes bug#12838 Date: Tue, 05 Apr 2022 13:16:38 +0200 Message-ID: <6334140a-4431-d58c-6ee0-9f2ac2ae4cae@ipfire.org> In-Reply-To: <20220404203331.3612132-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9116052869867826410==" List-Id: --===============9116052869867826410== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Bernhard Bitsch Acked-by: Bernhard Bitsch Am 04.04.2022 um 22:33 schrieb Adolf Belka: > From: Bernhard Bitsch >=20 > - Chain that was specified was HOSTILE but actual used is HOSTILE_DROP > - Using HOSTILE caused no update fro the hostile data used in the Firewall = Hits graph >=20 > Fixes: bug#12838 > Tested-by: Adolf Belka > Signed-off-by: Adolf Belka > --- > config/collectd/collectd.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/config/collectd/collectd.conf b/config/collectd/collectd.conf > index 2a0237100..e34a97da1 100644 > --- a/config/collectd/collectd.conf > +++ b/config/collectd/collectd.conf > @@ -52,7 +52,7 @@ include "/etc/collectd.precache" > Chain filter POLICYOUT DROP_OUTPUT > Chain filter POLICYIN DROP_INPUT > Chain filter SPOOFED_MARTIAN DROP_SPOOFED_MARTIAN > - Chain filter HOSTILE DROP_HOSTILE > + Chain filter HOSTILE_DROP DROP_HOSTILE > > =20 > # --===============9116052869867826410==--