nikunjb edited a comment on issue #41: [NET-405] Support for IPv6 in SubnetUtils
URL: https://github.com/apache/commons-net/pull/41#issuecomment-522209737
 
 
   I've found one issue with this PR and also have a fix for it. The problem is 
that the following test case if added fails with ArrayIndexOutOfBoundsException:
   
   ```
           subnetUtils = new SubnetUtils("2001:db8:3c0d:5b6d:0:0:42:8329/128");
           subnetInfo = subnetUtils.getInfo();
           assertTrue(subnetInfo.isInRange("2001:db8:3c0d:5b6d:0:0:42:8329"));
   
   ```
   This is a generic problem with any /128 range specified.
   
   What would be the right process to go about making the fix to this PR?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to