]> git.ipfire.org Git - location/location-database.git/commit - .gitignore
Add parser to parse database formats that are in RIPE format
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 30 Jan 2018 14:29:35 +0000 (14:29 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 30 Jan 2018 14:29:35 +0000 (14:29 +0000)
commit02b146bf30e1c57f0efb8ea734dd755db66274e6
treeffb583125c21be6cd55cf01ab3a2b7fffb2aa443
parent6a251a4d2fe5bc938451f83753cc604f69cc88bc
Add parser to parse database formats that are in RIPE format

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
.gitignore [new file with mode: 0644]
tools/__init__.py [new file with mode: 0644]
tools/afrinic.py [new file with mode: 0644]
tools/apnic.py [new file with mode: 0644]
tools/arin.py [new file with mode: 0644]
tools/base.py [new file with mode: 0644]
tools/ripe.py [new file with mode: 0644]
update-rirs [new file with mode: 0755]