aboutsummaryrefslogtreecommitdiff
path: root/scripts/test-pow.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/test-pow.py')
-rw-r--r--scripts/test-pow.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/test-pow.py b/scripts/test-pow.py
index 8de46029..cad5b729 100644
--- a/scripts/test-pow.py
+++ b/scripts/test-pow.py
@@ -82,3 +82,6 @@ for der in (alice, apnic):
if as: print ",".join(map(lambda x: "AS:" + str(x), as))
if v4: print ",".join(map(lambda x: "IPv4:" + str(x), v4))
if v6: print ",".join(map(lambda x: "IPv6:" + str(x), v6))
+ if as is not None: print as.to_tuple()
+ if v4 is not None: print v4.to_tuple()
+ if v6 is not None: print v6.to_tuple()