While writing tests for that other issue I ran into this one - shouldn't this pass? ` assert.equal(ipaddr.IPv4.parseCIDR('8.3.4.8/24').toString(), '8.3.4.0/24');` Admittedly it's invalid input, but shouldn't we silently fix it or throw? Instead, we produce invalid output.