This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git
from 1b44a40f Fix Javadoc @see tag
add 062a3340 Add SubnetUtils6
add 29727639 also add example of IPv6 subnet
add a1bc0841 address review + add RFC
add 7aec2bb1 Fix Javadoc sicne tag and one grammar issue.
add e25db9af Fix missing newline at end of SubnetUtils6Example.java
new 2267139e Merge pull request #391 from see-quick/add-ipv6-subnet-utils
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
...tUtilsExample.java => SubnetUtils6Example.java} | 31 +-
.../org/apache/commons/net/util/SubnetUtils6.java | 332 +++++++++++++++++
.../apache/commons/net/util/SubnetUtils6Test.java | 411 +++++++++++++++++++++
3 files changed, 756 insertions(+), 18 deletions(-)
copy
src/main/java/org/apache/commons/net/examples/cidr/{SubnetUtilsExample.java =>
SubnetUtils6Example.java} (52%)
create mode 100644 src/main/java/org/apache/commons/net/util/SubnetUtils6.java
create mode 100644
src/test/java/org/apache/commons/net/util/SubnetUtils6Test.java