]> git.ipfire.org Git - thirdparty/pdns.git/commit
geoipbackend: Replace GeoIPLookup with GeoIPNetmask
authorAki Tuomi <cmouse@cmouse.fi>
Sat, 30 Dec 2017 15:52:54 +0000 (17:52 +0200)
committerAki Tuomi <cmouse@cmouse.fi>
Wed, 14 Feb 2018 07:15:53 +0000 (09:15 +0200)
commit23c4de63a99b44b6b4573ee6a07d85308b08cb33
treecfd31cb3c17d976ab88f92c56c399b52f3ff773f
parent2923e03ffa0c0dd68b677f88562c0ac0540fdf46
geoipbackend: Replace GeoIPLookup with GeoIPNetmask

GeoIPLookup is part of GeoIP library, and is not
necessarely available on future interfaces, so
replace it with our own structure for same purpose.

This makes it possible to add indepedent interfaces.
modules/geoipbackend/geoipbackend.cc
modules/geoipbackend/geoipbackend.hh
modules/geoipbackend/geoipinterface-dat.cc
modules/geoipbackend/geoipinterface.hh