} else if (netspec.indexOf('.', iSlash) == -1) {
netspec = normalizeV4FromCIDR(netspec);
}
}
return new Inet4Network(dnsService.getByName(netspec.substring(0, netspec.indexOf('/'))), dnsService.getByName(netspec.substring(netspec.indexOf('/') + 1)));
}