From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: location@lists.ipfire.org Subject: Re: [PATCH] importer.py: Import JPNIC feed as well Date: Mon, 27 Sep 2021 19:43:16 +0100 Message-ID: <8CF14F04-D7B2-4C20-94E5-6DA1FFE8AA4E@ipfire.org> In-Reply-To: <8a35bdb5-401b-6a7f-2ae4-f7799686c6a1@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8068158086075117188==" List-Id: --===============8068158086075117188== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello, Thank you for this patch. > On 25 Sep 2021, at 13:30, Peter M=C3=BCller wr= ote: >=20 > 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. >=20 > Reported-by: nusenu According to our guidelines this should be the full name of the reporter/subm= itter/author. I suspect nusenu isn=E2=80=99t it. -Michael > Signed-off-by: Peter M=C3=BCller > --- > src/python/importer.py | 5 +++++ > 1 file changed, 5 insertions(+) >=20 > 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 =3D { > # "https://ftp.arin.net/pub/rr/arin.db" > # ], >=20 > + # Japan Network Information Center > + "JPNIC": [ > + "https://ftp.nic.ad.jp/jpirr/jpirr.db.gz" > + ], > + > # Latin America and Caribbean Network Information Centre > # XXX ??? >=20 > --=20 > 2.26.2 --===============8068158086075117188==--