diff options
author | Rob Austein <sra@hactrn.net> | 2007-10-01 06:21:13 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-10-01 06:21:13 +0000 |
commit | 9162534362e2ff6ff3b54625ee3d3e2f778d1e8b (patch) | |
tree | c87e18d6365cceda9151fa18b2f84af915847233 /scripts/test-pow.py | |
parent | f720a81de18f2703ead63747e99665a9a9076d0a (diff) |
Checkpoint
svn path=/scripts/rpki/resource_set.py; revision=1063
Diffstat (limited to 'scripts/test-pow.py')
-rw-r--r-- | scripts/test-pow.py | 3 |
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() |