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
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
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.3It'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