Skip to content

Commit

Permalink
Fix BGPKIT as2rel_v6 crawler
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
m-appel committed Feb 12, 2024
1 parent cf14074 commit 260f108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iyp/crawlers/bgpkit/as2rel_v6.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 260f108

Please sign in to comment.