From ef73580b0ae05f471a3b52f2109c7da21b999383 Mon Sep 17 00:00:00 2001 From: Michael Elkins Date: Fri, 23 Nov 2012 20:46:48 +0000 Subject: snapshot of work in progress svn path=/branches/tk329/; revision=4898 --- rpkid/rpki/gui/app/glue.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rpkid/rpki/gui/app/glue.py') diff --git a/rpkid/rpki/gui/app/glue.py b/rpkid/rpki/gui/app/glue.py index b50bc557..cad48147 100644 --- a/rpkid/rpki/gui/app/glue.py +++ b/rpkid/rpki/gui/app/glue.py @@ -109,6 +109,7 @@ def list_received_resources(log, conf): else: print >>log, "error: unexpected pdu from rpkid type=%s" % type(pdu) + def str_to_resource_range(prefix): try: r = resource_range_ipv4.parse_str(prefix) @@ -116,6 +117,7 @@ def str_to_resource_range(prefix): r = resource_range_ipv6.parse_str(prefix) return r + def get_email_list(conf): """Return a list of the contact emails for this user. -- cgit v1.2.3