[
https://issues.apache.org/jira/browse/NET-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15193182#comment-15193182
]
karthik commented on NET-405:
-----------------------------
I am using this in my code
SubnetUtils su = new SubnetUtils(cidr);
SubnetInfo si = su.getInfo();
si.getHighAddress();
As of now this is not supported for IPV6
For IPV6 is there any alternative library available?
> Support for IPv6 in SubnetUtils
> -------------------------------
>
> Key: NET-405
> URL: https://issues.apache.org/jira/browse/NET-405
> Project: Commons Net
> Issue Type: Improvement
> Reporter: Marc Lefrancois
>
> Currently, we cannot use org.apache.commons.net.util.SubnetUtils with IPv6
> addresses. This class will become less and less useful as more internet
> device are only assigned IPv6 addresses since all available IPv4 address
> blocks have now been attributed.
> http://en.wikipedia.org/wiki/IPv4_address_exhaustion
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)