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

Support for Non-Contiguous Wildcard Masks #160

Open
tyler-8 opened this issue Jul 6, 2017 · 1 comment
Open

Support for Non-Contiguous Wildcard Masks #160

tyler-8 opened this issue Jul 6, 2017 · 1 comment

Comments

@tyler-8
Copy link

tyler-8 commented Jul 6, 2017

I'd love to see support for non-contiguous wildcard masks (good post explaining them). I use them quite a bit in my day to day and being able to properly match and manage them with netaddr would be hugely useful.

@tpickle-py
Copy link

i tried attempting todo this, but my use case was a bad example of network rulesets.

where

1.0.0.1 255.0.0.255 was used and would yield a cidr16 list. maybe a generator function could be used.
where 1.0.1.1 ,1.0.2.1, 1.0.3.1...1.255.255.1 objects would exist

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