This is an automated email from the ASF dual-hosted git repository.
elecharny pushed a change to branch 2.2.X
in repository https://gitbox.apache.org/repos/asf/mina.git
from 4ec97aca5 [maven-release-plugin] prepare for next development iteration
add 9e75f3191 rewrite o.a.m.filter.firewall.Subnet from commons-net
add 13d1b8142 ipv6 unit tests for o.a.m.filter.firewall.Subnet
new fe7f19d17 Merge pull request #59 from Worteks/fix-ipv6-filtering
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:
.../org/apache/mina/filter/firewall/Subnet.java | 205 ++++----
.../org/apache/mina/filter/util/SubnetUtils.java | 528 +++++++++++++++++++++
.../org/apache/mina/filter/util/SubnetUtils6.java | 333 +++++++++++++
.../mina/filter/firewall/SubnetIPv4Test.java | 1 -
.../mina/filter/firewall/SubnetIPv6Test.java | 129 +++--
5 files changed, 1044 insertions(+), 152 deletions(-)
create mode 100644
mina-core/src/main/java/org/apache/mina/filter/util/SubnetUtils.java
create mode 100644
mina-core/src/main/java/org/apache/mina/filter/util/SubnetUtils6.java