You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the tool only returns one prefix (the longest prefix match for a given address, or an exact prefix match for a given prefix with prefix length).
Another neat feature would be returning lists of prefixes. For most use cases this only makes sense if the returned prefixes match certain criteria, like
return all prefixes with a given origin ASN
return all prefixes with a given ASN in the as-path
return all more-specifics for a given prefix and prefix length
Work needed:
maybe rename the lookup methods in routeinfo/routinfo.go to something like lookupPrefix
implement some functions like GetMoreSpecificPrefixes or ListPrefixesWithOriginASN
Right now, the tool only returns one prefix (the longest prefix match for a given address, or an exact prefix match for a given prefix with prefix length).
Another neat feature would be returning lists of prefixes. For most use cases this only makes sense if the returned prefixes match certain criteria, like
Work needed:
lookup
methods in routeinfo/routinfo.go to something likelookupPrefix
GetMoreSpecificPrefixes
orListPrefixesWithOriginASN
The text was updated successfully, but these errors were encountered: