From 260f1085e7db6690a216f592708db5484bfdfacc Mon Sep 17 00:00:00 2001 From: Malte Tashiro Date: Mon, 12 Feb 2024 07:56:46 +0000 Subject: [PATCH] Fix BGPKIT as2rel_v6 crawler This crawler was actually fetching IPv4 data... Reference name was also spelled different from the file name, which is only a problem if run manually, not for create_db dumps. --- iyp/crawlers/bgpkit/as2rel_v6.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iyp/crawlers/bgpkit/as2rel_v6.py b/iyp/crawlers/bgpkit/as2rel_v6.py index ac184a3..e6dafac 100644 --- a/iyp/crawlers/bgpkit/as2rel_v6.py +++ b/iyp/crawlers/bgpkit/as2rel_v6.py @@ -5,9 +5,9 @@ from iyp.crawlers.bgpkit import AS2RelCrawler -URL = 'https://data.bgpkit.com/as2rel/as2rel-v4-latest.json.bz2' +URL = 'https://data.bgpkit.com/as2rel/as2rel-v6-latest.json.bz2' ORG = 'BGPKIT' -NAME = 'bgpkit.as2relv6' +NAME = 'bgpkit.as2rel_v6' AF = 6