make address a full adress
authorLove Hornquist Astrand <lha@h5l.org>
Sat, 18 Sep 2010 18:26:09 +0000 (11:26 -0700)
committerLove Hornquist Astrand <lha@h5l.org>
Sat, 18 Sep 2010 18:26:09 +0000 (11:26 -0700)
lib/krb5/test_addr.c

index 0b34efc3234f4dbcb5364ddf968f7c53edd5112f..2fa54934fb1a9ff42792024df641efa8cec178fd 100644 (file)
@@ -203,8 +203,8 @@ main(int argc, char **argv)
     print_addr(context, "RANGE:IPv4:127.0.0.0-IPv4:127.0.0.255");
     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:1:209:6bff:fea0:e522/64");
+    print_addr(context, "RANGE:2001:0db8:0001:0002:0003:0004:1428:07ab/64");
+    print_addr(context, "RANGE:IPv6:fe80:/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:1:209:6bff:fea0:e522");
+    check_truncation(context, "IPv6:2001:0db8:0001:0002:0003:0004:1428:07ab");
     check_truncation(context, "IPv6:fe80::209:0:0:0");
     check_truncation(context, "IPv6:fe80::ffff:ffff:ffff:ffff");
 #endif