range_check
range_check copied to clipboard
netmask normalization
Having this feature would make the package the perfect ip range package.
I.e. similar to netmask's block.toString():
var block = new Netmask('10.0.0.15/31');
block.toString();
-> 10.0.0.14/31
(netmask's one doesn't support ipv6)