X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=ircd%2Ftest%2Fircd_in_addr_t.c;fp=ircd%2Ftest%2Fircd_in_addr_t.c;h=af70be07bb12f176dbb0b6cfedd1f0ac06ce40e5;hp=7eaf56ee5e78f309cd595570118b9e32c4d7e518;hb=bffe024d3b4ef7df9a15462a1691f7accb75584e;hpb=6d9246c472a979f0cd77c117297ee5f30de271e4 diff --git a/ircd/test/ircd_in_addr_t.c b/ircd/test/ircd_in_addr_t.c index 7eaf56e..af70be0 100644 --- a/ircd/test/ircd_in_addr_t.c +++ b/ircd/test/ircd_in_addr_t.c @@ -124,6 +124,8 @@ static struct ipmask_test test_masks[] = { { "a:*:*", {{ 0xa, 0, 0, 0, 0, 0, 0, 0 }}, 1, 1, 16 }, { "a:/16", {{ 0xa, 0, 0, 0, 0, 0, 0, 0 }}, 1, 1, 16 }, { "0.0.0.0.0/1", {{ 0, 0, 0, 0, 0, 0, 0, 0 }}, 0, 0, 0 }, + { "2607:3f00:1:30c:9999*", + {{ 0x2607, 0x3f00, 1, 0x30c, 0x9999, 0, 0, 0 }}, 1, 1, 80 }, { 0 } };