From 9162534362e2ff6ff3b54625ee3d3e2f778d1e8b Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 1 Oct 2007 06:21:13 +0000 Subject: Checkpoint svn path=/scripts/rpki/resource_set.py; revision=1063 --- scripts/test-pow.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/test-pow.py') 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() -- cgit v1.2.3