NLnetLabs / ROVer

A Discord bot that fetches and displays the RPKI validity of a route
https://nlnetlabs.nl/rpki
BSD 3-Clause "New" or "Revised" License
6 stars 1 forks source link

Include AS name (resolves #6) #9

Closed ximon18 closed 3 years ago

ximon18 commented 3 years ago

See #6.

This implementation includes the AS name, if available, in the form " (some AS name)" after the AS number in the validity report. The " (...)" part will be omitted if RIPEstat responds with a "null" holder for the AS.

Example bot response:

Results for AS4608 (APNIC-SERVICES Asia Pacific Network Information Centre) - 202.12.29.0/24: VALID
At least one VRP Matches the Route Prefix

Matched VRPs
ASN          Prefix               Max Length
AS4608       202.12.29.0/24       24

Last updated at: 2021-04-13T23:42:50.663618388+00:00

This PR also: