We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 subnet mask wildcards would be cool.
Essentially the inverse of the 255 representation of the subnet mask
so 255.255.255.252 (/30 subnet) has a wildcard mask of 0.0.0.3
255.255.255.252
0.0.0.3
It's kind of a cisco thing though, so not sure if it's relevant at all to general use espcially in a JS/TS library.
https://en.wikipedia.org/wiki/Wildcard_mask
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Support for subnet mask wildcards would be cool.
Essentially the inverse of the 255 representation of the subnet mask
so
255.255.255.252
(/30 subnet) has a wildcard mask of0.0.0.3
It's kind of a cisco thing though, so not sure if it's relevant at all to general use espcially in a JS/TS library.
https://en.wikipedia.org/wiki/Wildcard_mask
The text was updated successfully, but these errors were encountered: