range_check icon indicating copy to clipboard operation
range_check copied to clipboard

netmask normalization

Open noway opened this issue 9 years ago • 0 comments

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)

noway avatar Nov 17 '16 07:11 noway