From: "Peter Müller" <peter.mueller@ipfire.org>
To: location@lists.ipfire.org
Subject: How should location-importer.in deal with RIR objects having multiple distinct "country" fields?
Date: Mon, 03 May 2021 22:56:10 +0200 [thread overview]
Message-ID: <642234e4-c993-5c2d-199c-a1afed0d255b@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 5777 bytes --]
Hello Michael,
hello location folks (CC'ed),
unfortunately, another problem surfaces when processing inetnum and inet6num feeds from RIRs
which provide that kind of more precise data: A decent amount of network objects have multiple
distinct "country" fields.
Here is an example:
> inetnum: 178.79.192.0 - 178.79.255.255
> netname: EU-LLNW-20100512
> country: EU
> country: SE
> country: DE
> country: NL
> country: GB
> country: ES
> country: FR
> country: IT
> org: ORG-LNI1-RIPE
> admin-c: GU2143-RIPE
> tech-c: GU2143-RIPE
> status: ALLOCATED PA
> remarks: ****************** ABUSE COMPLAINTS TO: abuse(a)limelightnetworks.com
> mnt-by: RIPE-NCC-HM-MNT
> mnt-by: LLNW-MNT
> mnt-domains: LLNW-MNT
> mnt-routes: LLNW-MNT
> created: 2010-05-12T16:20:38Z
> last-modified: 2017-09-01T17:39:08Z
> source: RIPE # Filtered
Currently, the last country item is made persistent via the SQL INSERT statement. Since these do
not appear to be sorted in any way, this makes things completely nondeterministic.
The network above would be, however, recoverable: If we do not interpret "EU" as the European Union,
but rather as the European country, all other country codes given here would be covered by it.
Alas, this is not helping in cases such as these two:
> Country of network [IPv4Network('77.74.172.0/23')] already set to 'CH', omitting 'FI' (multiple country lines in RIR data?)
> Country of network [IPv4Network('185.253.140.0/24')] already set to 'GB', omitting 'NL' (multiple country lines in RIR data?)
> Country of network [IPv4Network('185.253.140.0/24')] already set to 'GB', omitting 'US' (multiple country lines in RIR data?)
> Country of network [IPv4Network('213.230.255.0/24')] already set to 'GB', omitting 'US' (multiple country lines in RIR data?)
> Country of network [IPv4Network('213.230.255.0/24')] already set to 'GB', omitting 'JP' (multiple country lines in RIR data?)
> Country of network [IPv4Network('213.230.255.0/24')] already set to 'GB', omitting 'SG' (multiple country lines in RIR data?)
> Country of network [IPv4Network('213.230.255.0/24')] already set to 'GB', omitting 'AU' (multiple country lines in RIR data?)
> Country of network [IPv4Network('213.230.255.0/24')] already set to 'GB', omitting 'NL' (multiple country lines in RIR data?)
> Country of network [IPv4Network('213.230.255.0/24')] already set to 'GB', omitting 'FR' (multiple country lines in RIR data?)
> Country of network [IPv4Network('213.230.255.0/24')] already set to 'GB', omitting 'DE' (multiple country lines in RIR data?)
> Country of network [IPv4Network('193.109.168.0/22')] already set to 'GB', omitting 'US' (multiple country lines in RIR data?)
There are _plenty_ of such networks, I believe RIPE IPv4 only fills several screen pages. Nothing
in life is ever easy, and parsing RIR data definitely isn't... :-/
Delegating the task of handling such situations to the application using libloc does not make sense
to me, as people are _expecting_ precise answers from it - if we can use the term of preciseness here
at all -, otherwise, they could simply parse RIR data on their own. Therefore, we have to somehow make
do with this. Possible options would be as follows:
(a) We do not process such networks entirely. If a network operator wants to have his/her network
covered by libloc, he/she/it should kindly fix it's RIR data.
That would not prevent us from obtaining announcements for such networks, but we would not label
them with any country anymore.
(b) We try to automatically determine meaningful codes in each case.
This is tricky and not very deterministic. What about a network having "CY" and "TR" set? Would that
be covered by "EU"?
213.230.255.0/24 seems to be used worldwide, but in my point of view, this is not sufficient to
classify it as an anycast network. Worse, we have or should assign a country code to anycast networks
as well.
(c) We try to determine the jurisdiction of a networks' organisation handle.
Frankly, I have no idea what problems would arise in this case. If an organisation fails to provide
accurate and meaningful RIR data, what will their organisation handle possibly look like?
Trying to keep things deterministic, (a) is my current favorite - it is the most brutal, though.
Do you see a better way of dealing with such networks?
@All: Thoughts? Comments? Opinions?
Thanks, and best regards,
Peter Müller
next reply other threads:[~2021-05-03 20:56 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-03 20:56 Peter Müller [this message]
2021-05-04 8:07 ` Michael Tremer
2021-05-06 21:06 ` List of IP networks having more than one country assigned to (was: Re: How should location-importer.in deal with RIR objects having multiple distinct "country" fields?) Peter Müller
2021-05-07 10:48 ` Michael Tremer
2021-05-14 15:59 ` List of IP networks having more than one country assigned to Peter Müller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=642234e4-c993-5c2d-199c-a1afed0d255b@ipfire.org \
--to=peter.mueller@ipfire.org \
--cc=location@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox