Skip to content
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

Bug in IPv6 aggregation #59

Open
anuragbhatia opened this issue Apr 5, 2017 · 3 comments
Open

Bug in IPv6 aggregation #59

anuragbhatia opened this issue Apr 5, 2017 · 3 comments

Comments

@anuragbhatia
Copy link

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.

@nistorj
Copy link
Contributor

nistorj commented Apr 5, 2017

Thanks for spotting this, will investigate.

@nistorj
Copy link
Contributor

nistorj commented Jan 13, 2020

Hey man sorry for taking so long -- can you give this a try with the latest pull? Seems to work well now.

@nistorj
Copy link
Contributor

nistorj commented Jun 28, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants