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 a variant of IPRange that does not mask the IP automatically #29

Open
DanielG opened this issue Oct 18, 2015 · 1 comment
Open

Add a variant of IPRange that does not mask the IP automatically #29

DanielG opened this issue Oct 18, 2015 · 1 comment

Comments

@DanielG
Copy link
Contributor

DanielG commented Oct 18, 2015

When dealing with IPv6 interface addresses it is commonplace (at least in Linux) to specify them in the IP/prefix format to define IP and netmask in one go. I was going to simply use the Read instance of IPRange to parse these interface addresses but since IPRange masks the IP down to a netid I can't use it to store this configuration data and had to use a custom parser instead.

@kazu-yamamoto
Copy link
Owner

To store an address and its netmask, new data type is necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants