}
@Test
public void testToLong() throws UnknownHostException {
InetCidr cidr = new InetCidr(InetAddress.getByName("10.11.12.0"), 24);
assertEquals(0x180A0B0C00L, cidr.toLong());
}
@Test
public void testFromLong() throws UnknownHostException {
InetCidr cidr = new InetCidr(InetAddress.getByName("10.11.12.0"), 24);