We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There seems to be a bug in IPv6 aggregation.
For example for Cloudflare's AS13335, I get:
anurag@tools:~/irrpt$ php bin/irrpt_fetch 13335 Processing AS13335 (Record 1) Completed processing of 1 IRR object(s). anurag@tools:~/irrpt$
and now if I look at the v6 aggregate, I get:
anurag@tools:~/irrpt$ cat db/13335.6.agg 2a06:98c0::/29 2400:cb00::/32 2405:8100::/32 2405:b500::/32 2606:4700:f00::/40 2606:4700::/32 2803:f800::/32 anurag@tools:~/irrpt$
2606:4700:f00::/40 is part of 2606:4700::/32 and hence should not be there in the list.
The text was updated successfully, but these errors were encountered:
Thanks for spotting this, will investigate.
Sorry, something went wrong.
Hey man sorry for taking so long -- can you give this a try with the latest pull? Seems to work well now.
We tried with a new aggregator but found the performance on it was not great on large sets. Will need to find another solution to this.
No branches or pull requests
There seems to be a bug in IPv6 aggregation.
For example for Cloudflare's AS13335, I get:
and now if I look at the v6 aggregate, I get:
2606:4700:f00::/40 is part of 2606:4700::/32 and hence should not be there in the list.
The text was updated successfully, but these errors were encountered: