You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Rory Winston (JIRA)" <ji...@apache.org> on 2008/03/02 17:50:50 UTC

[jira] Closed: (NET-189) Add netmask translation feature

     [ https://issues.apache.org/jira/browse/NET-189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rory Winston closed NET-189.
----------------------------

       Resolution: Fixed
    Fix Version/s: 2.0

I have added a SubnetUtils class for this purpose. Thanks for the suggestion.

> Add netmask translation feature
> -------------------------------
>
>                 Key: NET-189
>                 URL: https://issues.apache.org/jira/browse/NET-189
>             Project: Commons Net
>          Issue Type: New Feature
>            Reporter: Kenny MacLeod
>            Priority: Minor
>             Fix For: 2.0
>
>         Attachments: IpRangeFilter.java, IpRangeFilterTest.java
>
>
> Java is sorely lacking in a good quality open source APi for translating standard IP netmasks, e.g.
> 10.1.0.0/16 
> 83.217.112.18/255.255.255.240
> 10.1.0.*
> etc etc
> These sorts of masks are commonly used in the likes of Apache web server, and I would really like to use them in java.  A utlity to translate them into sequences of InetAddress objects would be perfect.
> Commons-Net would seem like a good project to put them in.
> Thoughts?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.