276277278279280281282
if (ip == -1) { s_logger.warn("Unable to allocate any more ip address in " + network); return null; } return new Ip4Address(ip); }
260261262263264265266