Skip to content

Commit e0497a8

Browse files
committed
Canonical IPv6
1 parent c87c0bd commit e0497a8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

implementations/python/generate_test_vectors.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -417,9 +417,9 @@ def generate_test_vectors():
417417

418418
# Prefix-preserving test vectors (IPv6 /32)
419419
pfx_ipv6_32 = [
420-
"2001:db8:3a5c::e7d1:4b9f:2c8a:f673",
421-
"2001:db8:9f27::b4e2:7a3d:5f91:c8e6",
422-
"2001:db8:d8b4::193c:a5e7:8b2f:46d1",
420+
"2001:db8:3a5c:0:e7d1:4b9f:2c8a:f673",
421+
"2001:db8:9f27:0:b4e2:7a3d:5f91:c8e6",
422+
"2001:db8:d8b4:0:193c:a5e7:8b2f:46d1",
423423
]
424424

425425
for ip in pfx_ipv6_32:

0 commit comments

Comments
 (0)