Skip to content

Commit

Permalink
Merge pull request #28 from kiraum/kiraum/cleanup
Browse files Browse the repository at this point in the history
chore: aesthetic fixes/reports
  • Loading branch information
kiraum authored May 14, 2024
2 parents ef566ec + 73455d3 commit 77974a2
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 1,247 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pip install -r requirements.txt

### example usage
```
i% ./peering_gossip.py -lg https://alice-rs.linx.net
% ./peering_gossip.py -lg https://alice-rs.linx.net
rs1-in2-lon1-linx-net-v4
rs1-in2-lon1-linx-net-v6
rs3-tch-lon1-linx-net-v4
Expand Down
1 change: 0 additions & 1 deletion pgossip/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ ixps:
- https://lg.ams-ix.net
- https://lg.de-cix.net
- https://alice-rs.linx.net
- https://lg.ix.br
3 changes: 1 addition & 2 deletions pgossip/pgossip.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,9 @@ def alice_hos(self, url):
f"Filtered prefixes @ {url} | ASN | NAME | Contacts | PeeringDB link"
)
for asn, pfxs in filtered_routes_clean.items():
# AMS-IX using private ASN :(
if asn != 64567:
print(asn)
details = self.bv_asn_whois(asn)
print(details)
time.sleep(0.5)
else:
details["name"] = "Private ASN"
Expand Down
129 changes: 0 additions & 129 deletions reports/alice-rs.linx.net.txt

This file was deleted.

16 changes: 0 additions & 16 deletions reports/lg.ams-ix.net.txt

This file was deleted.

598 changes: 0 additions & 598 deletions reports/lg.de-cix.net.txt

This file was deleted.

500 changes: 0 additions & 500 deletions reports/lg.ix.br.txt

This file was deleted.

0 comments on commit 77974a2

Please sign in to comment.