From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH 05/12] rules.pl: Add tiny ipset_restore function. Date: Tue, 15 Feb 2022 12:41:11 +0000 Message-ID: <11B0C46A-AEDC-4B33-9B18-F0B68D24EA86@ipfire.org> In-Reply-To: <20220214184257.2406-5-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8616897111120111773==" List-Id: --===============8616897111120111773== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 14 Feb 2022, at 18:42, Stefan Schantl wrot= e: >=20 > This helper function is used to load a previously exported list of > networks for a given country code into the ipset module, so it can be > used for any kind of firewall rules. >=20 > Signed-off-by: Stefan Schantl > --- > config/firewall/rules.pl | 7 +++++++ > 1 file changed, 7 insertions(+) >=20 > diff --git a/config/firewall/rules.pl b/config/firewall/rules.pl > index da01b8775..5b1153b08 100644 > --- a/config/firewall/rules.pl > +++ b/config/firewall/rules.pl > @@ -888,3 +888,10 @@ sub firewall_is_in_subnet { >=20 > return 0; > } > + > +sub ipset_restore ($) { > + my ($ccode) =3D @_; > + > + # Run ipset and restore the list of the given country code. > + run("$IPSET restore < $Location::Functions::ipset_db_directory/$ccode.ips= et4"); > +} > --=20 > 2.30.2 >=20 --===============8616897111120111773==--