perl: add Net::CIDR::Lite for iptables-mod-geoip
authorPhilip Prindeville <redacted>
Tue, 21 Apr 2020 20:17:39 +0000 (14:17 -0600)
committerPhilip Prindeville <redacted>
Wed, 22 Apr 2020 05:51:03 +0000 (23:51 -0600)
commitacf7aef8302987ad1c387cb46e88d7f7a4fd4fd7
tree01ccf9d048102f5d12fb3929973b7a3fff5fa6fa
parentccbaf71662066a76e87c0a7066322b85a6d4d20c
perl: add Net::CIDR::Lite for iptables-mod-geoip

The DBIP geolocation database is generated from sparse data without
compaction.  Two different ISP's in the same country might have
adjacent CIDR blocks, and when aggregated as "country" data, may
be merged to conserve space.  This package facilitates this.

There are scripts to download and preprocess the GeoIP database
for iptables-mod-geoip which require this Perl module.

Signed-off-by: Philip Prindeville <redacted>
lang/perl-net-cidr-lite/Makefile [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT