diff --git a/lib/krb5/test_addr.c b/lib/krb5/test_addr.c index 25ff13a2f..0b34efc32 100644 --- a/lib/krb5/test_addr.c +++ b/lib/krb5/test_addr.c @@ -204,7 +204,7 @@ main(int argc, char **argv) print_addr(context, "RANGE:130.237.237.4/29"); #ifdef HAVE_IPV6 print_addr(context, "RANGE:fe80::209:6bff:fea0:e522/64"); - print_addr(context, "RANGE:IPv6:fe80::209:6bff:fea0:e522/64"); + print_addr(context, "RANGE:IPv6:fe80:1:209:6bff:fea0:e522/64"); print_addr(context, "RANGE:IPv6:fe80::-IPv6:fe80::ffff:ffff:ffff:ffff"); print_addr(context, "RANGE:fe80::-fe80::ffff:ffff:ffff:ffff"); #endif @@ -214,7 +214,7 @@ main(int argc, char **argv) #ifdef HAVE_IPV6 check_truncation(context, "IPv6:::"); check_truncation(context, "IPv6:::1"); - check_truncation(context, "IPv6:fe80:9:c3e::209:6bff:fea0:e522"); + check_truncation(context, "IPv6:fe80:9:c3e:1:209:6bff:fea0:e522"); check_truncation(context, "IPv6:fe80::209:0:0:0"); check_truncation(context, "IPv6:fe80::ffff:ffff:ffff:ffff"); #endif