Skip to content

Commit

Permalink
Merge pull request appliedsec#72 from Ironholds/patch-1
Browse files Browse the repository at this point in the history
add NETSPEED_Edition_* databases to "supported"
  • Loading branch information
tiwilliam committed Oct 9, 2014
2 parents 33b76fa + 1f342a2 commit 3a32e66
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pygeoip/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,11 +408,13 @@
ASNUM_EDITION = 9
ASNUM_EDITION_V6 = 21
NETSPEED_EDITION = 10
# Not yet supported databases
PROXY_EDITION = 8
NETSPEED_EDITION_REV1 = 32
NETSPEED_EDITION_REV1_V6 = 33

# Not yet supported databases
PROXY_EDITION = 8


# Collection of databases
IPV6_EDITIONS = (COUNTRY_EDITION_V6, ASNUM_EDITION_V6, CITY_EDITION_REV1_V6)
CITY_EDITIONS = (CITY_EDITION_REV0, CITY_EDITION_REV1, CITY_EDITION_REV1_V6)
Expand Down

0 comments on commit 3a32e66

Please sign in to comment.