Hello Maros.

Don't delete the message when replying please; it makes it harder to
keep track of the conversation.

Feel free to submit a PR on GitHub. Keep in mind that binary
compatibility must be maintained. The build ('mvn' by itself) should
complain if you break it.

Thank you,
Gary

On Thu, Dec 4, 2025 at 5:19 AM Maroš Orsák <[email protected]> wrote:
>
>  Hi,
>
> It's about SubnetUtils. The class currently only supports IPv4 due to a
> 32-bit integer (for IPv6, 128 bits are needed), and many other limitations
> (e.g., NBITS = 32, IPv4-only regex, and dotted-decimal formatting).
>
> I want to use this library to basically match client IPs against CIDR
> ranges for both IPv4 and IPv6. So I was wondering if adding SubnetUtils6 or
> refactoring with a common interface + two implementations would make sense?
>
> Best regards,
>
> Maros.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to