Jan Van Besien
Jan Van Besien
Agreed. Are you interested in providing a patch? It would be good if both add and subtract support long values.
All contributions (preferably via a PR) are welcome. Do you have a PR for this issue?
Yes indeed. I'll fix it.
I don't disagree but note that there are utility methods in Java to accomplish this without much overhead. ``` IPv6Network network = IPv6Network.fromString("2c0f:f628::/32"); List list = StreamSupport.stream(network.spliterator(), false) .skip(1) .limit(1000)...
No, not that I am aware of.
Would it be possible to create a test case or snippet of code which demonstrates the problem you have without relying on code I have no access to (such as...
I don't understand what you want to achieve. These are non consecutive networks (segments), so merging would imply making them larger? Describe your desired output if you want me to...
What I didn't realize when writing this bug report, is that the AWS bundle uses shading for all it's dependencies. So in theory we could solve our original problem by...
Your description of the problem is correct and in-line with the original bug report. In theory (untested), if you have direct control over the dependency to the bundle, you could...
I agree. It was a bug originally. I don't think I have permissions to change labels though.