} else {
ipAddressMasksList.add(new ExactIPv6AddressPermission(localIps[i].getAddress()));
}
}
} catch (UnknownHostException e) {
throw new ServiceException("Could not get localhost inet address", e);
}
String ipString = props.getProperty("only_from");
if (ipString != null) {
StringTokenizer st = new StringTokenizer(ipString, " ");