CIDRUtils icon indicating copy to clipboard operation
CIDRUtils copied to clipboard

0.0.0.0/0 is valid but not allowed

Open ponchofiesta opened this issue 6 years ago • 0 comments

new CIDRUtils("0.0.0.0/0");

throws IllegalArgumentException("Not a valid CIDR format!")

But this is a valid format and describes any IP address.

ponchofiesta avatar Aug 14 '18 15:08 ponchofiesta