rir-ip / iso3166 and EU #13
codiak6335
started this conversation in
General
Replies: 3 comments 2 replies
|
Since it's in a reserved status in https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#EU I don't see a problem here. |
1 reply
|
Are you parsing the list of subdirectory entries in the country directory? If so, why don't you just omit EU? |
1 reply
|
The EU's gone for good ;-) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Per ISO 3166, 'EU' is not a defined country code as the rir-ip breakout would suggest:
{
"country": "European Union",
"country-code": "EU",
"delegation-status": [
"allocated",
"assigned"
],
"mode": "aggregated",
"subnets": {
"ipv4": [
"138.199.64.0/20",
"139.191.0.0/16",
"144.44.0.0/16",
"145.218.0.0/16",
"151.175.0.0/16",
"158.67.0.0/16",
"192.84.203.0/24",
"192.108.27.0/24",
"192.108.28.0/23",
"192.108.30.0/24"
],
"ipv6": []
}
All reactions