-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Empty ASNOrigin Lookup #216
Comments
@secynic Do we have an update on when this will be fixed? |
I need to update my PR i'll try to do it next week when I have some time |
@hmajid2301 Any update? Otherwise, I can take a look next week. |
Sorry about the delay just had a busy last 2 weeks. Ive made another PR. |
Thanks for the contribution! See my notes on fixing the PR before I merge. |
Hi @secynic I just ran into this myself, when might 1.2 be out? |
Merged to dev in #234. I found a bug in the lookup that isn't returning the first response if multiple asn_methods are provided. Additionally, #239 states that radb won't return CIDR for ASN origin anymore. It looks like it works if i remove the inet-rtr argument. Will leave this open until I can fix those things. |
Merged in #242. Please test out the dev branch. |
Code Example
Tried this for multipe ip addresses and asns , none of them return any routes.
Tracked the issues in asn:get_nets_radb(), seems to be ipwhois response now breaks the regex.
The text was updated successfully, but these errors were encountered: