Skip to content
Snippets Groups Projects
Commit 40686429 authored by Guillaume Valadon's avatar Guillaume Valadon Committed by Guillaume Valadon
Browse files

Fix in6_getLocalUniquePrefix() unit test

parent 85e408d4
No related branches found
No related tags found
No related merge requests found
...@@ -7311,7 +7311,7 @@ len([ip for ip in n1]) == 2 ...@@ -7311,7 +7311,7 @@ len([ip for ip in n1]) == 2
= in6_getLocalUniquePrefix() = in6_getLocalUniquePrefix()
p = in6_getLocalUniquePrefix() p = in6_getLocalUniquePrefix()
len(p) == 16 and p.startswith("fd") len(inet_pton(socket.AF_INET6, p)) == 16 and p.startswith("fd")
= Misc addresses manipulation functions = Misc addresses manipulation functions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment