Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add utility for working with CIDRs #494

Closed
chrisrohr opened this issue Jan 21, 2021 · 1 comment · Fixed by #496
Closed

Add utility for working with CIDRs #494

chrisrohr opened this issue Jan 21, 2021 · 1 comment · Fixed by #496
Assignees
Labels
enhancement A request for change or improvement to an existing feature
Milestone

Comments

@chrisrohr
Copy link
Contributor

This is similar to Apache commons-net's SubnetUtils, however, it supports both IPv4 and IPv6.

@chrisrohr chrisrohr added the enhancement A request for change or improvement to an existing feature label Jan 21, 2021
@chrisrohr chrisrohr added this to the 0.19.0 milestone Jan 21, 2021
@chrisrohr chrisrohr self-assigned this Jan 21, 2021
chrisrohr added a commit that referenced this issue Jan 21, 2021
@sleberknight sleberknight changed the title Add KiwiCidrs utility Add utility for working with IPs and CIDRs Jan 21, 2021
@sleberknight
Copy link
Member

The actual utility is named CidrRange. We changed it since we prefix utility classes with only static methods with Kiwi and this is an instance-based class, i.e. you instantiate it.

@sleberknight sleberknight changed the title Add utility for working with IPs and CIDRs Add utility for working with CIDRs Jan 21, 2021
sleberknight pushed a commit that referenced this issue Jan 21, 2021
* Add CidrRange "calculat

Closes #494
Closes #495
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A request for change or improvement to an existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants