public inbox for location@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] importer.py: Import JPNIC feed as well
@ 2021-09-25 12:30 Peter Müller
  2021-09-27 18:43 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Müller @ 2021-09-25 12:30 UTC (permalink / raw)
  To: location

[-- Attachment #1: Type: text/plain, Size: 744 bytes --]

This adds names for - at the time of writing - 421 ASNs which were missing
before, as JPNIC does not mirror (all) information back to APNIC.

Reported-by: nusenu <nusenu-lists(a)riseup.net>
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
 src/python/importer.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/python/importer.py b/src/python/importer.py
index 4c8406c..de340b4 100644
--- a/src/python/importer.py
+++ b/src/python/importer.py
@@ -47,6 +47,11 @@ WHOIS_SOURCES = {
 	#	"https://ftp.arin.net/pub/rr/arin.db"
 	# ],
 
+	# Japan Network Information Center
+	"JPNIC": [
+		"https://ftp.nic.ad.jp/jpirr/jpirr.db.gz"
+		],
+
 	# Latin America and Caribbean Network Information Centre
 	# XXX ???
 
-- 
2.26.2

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] importer.py: Import JPNIC feed as well
  2021-09-25 12:30 [PATCH] importer.py: Import JPNIC feed as well Peter Müller
@ 2021-09-27 18:43 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2021-09-27 18:43 UTC (permalink / raw)
  To: location

[-- Attachment #1: Type: text/plain, Size: 1078 bytes --]

Hello,

Thank you for this patch.

> On 25 Sep 2021, at 13:30, Peter Müller <peter.mueller(a)ipfire.org> wrote:
> 
> This adds names for - at the time of writing - 421 ASNs which were missing
> before, as JPNIC does not mirror (all) information back to APNIC.
> 
> Reported-by: nusenu <nusenu-lists(a)riseup.net>

According to our guidelines this should be the full name of the reporter/submitter/author. I suspect nusenu isn’t it.

-Michael

> Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
> ---
> src/python/importer.py | 5 +++++
> 1 file changed, 5 insertions(+)
> 
> diff --git a/src/python/importer.py b/src/python/importer.py
> index 4c8406c..de340b4 100644
> --- a/src/python/importer.py
> +++ b/src/python/importer.py
> @@ -47,6 +47,11 @@ WHOIS_SOURCES = {
> 	#	"https://ftp.arin.net/pub/rr/arin.db"
> 	# ],
> 
> +	# Japan Network Information Center
> +	"JPNIC": [
> +		"https://ftp.nic.ad.jp/jpirr/jpirr.db.gz"
> +		],
> +
> 	# Latin America and Caribbean Network Information Centre
> 	# XXX ???
> 
> -- 
> 2.26.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-27 18:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-25 12:30 [PATCH] importer.py: Import JPNIC feed as well Peter Müller
2021-09-27 18:43 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox