It seems like GEOIP_NETSPEED_EDITION_REV1_V6 was added to GeoIP 1.4.8.

svn path=/trunk/; revision=39291
This commit is contained in:
Stig Bjørlykke 2011-10-06 06:53:07 +00:00
parent 7bba3ab20a
commit 3c551a7bce
1 changed files with 3 additions and 1 deletions

View File

@ -72,8 +72,10 @@ value_string geoip_type_name_vals[] = {
{ GEOIP_ISP_EDITION_V6, "ISP" },
{ GEOIP_ORG_EDITION_V6, "Organization" },
{ GEOIP_DOMAIN_EDITION_V6, "Domain" },
#endif /* NUM_DB_TYPES > 31 */
#if NUM_DB_TYPES > 32 /* 1.4.8 */
{ GEOIP_NETSPEED_EDITION_REV1_V6, "Speed" },
#endif /* NUM_DB_TYPES */
#endif /* NUM_DB_TYPES > 32 */
#endif /* HAVE_GEOIP_V6 */
{ WS_LAT_FAKE_EDITION, "Latitude" }, /* fake database */
{ WS_LON_FAKE_EDITION, "Longitude" }, /* fake database */