diff options
author | Rob Austein <sra@hactrn.net> | 2010-02-24 01:08:07 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-02-24 01:08:07 +0000 |
commit | 2ecbf67ba206151a866a23f2861e0da26f393126 (patch) | |
tree | 2f158bd3956a21e327d67d2be814205284d9cc24 /rpkid/irbe_cli.py | |
parent | a202256cf2183a35ab649b766965c4c1f65abf8d (diff) |
Checkpoint. <list_received_resources/> still not quite working yet, but getting closer.
svn path=/rpkid/irbe_cli.py; revision=3005
Diffstat (limited to 'rpkid/irbe_cli.py')
-rw-r--r-- | rpkid/irbe_cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/irbe_cli.py b/rpkid/irbe_cli.py index 12b509fd..0c329409 100644 --- a/rpkid/irbe_cli.py +++ b/rpkid/irbe_cli.py @@ -226,7 +226,7 @@ class report_error_elt(reply_elt_mixin, rpki.left_right.report_error_elt): class left_right_msg(cmd_msg_mixin, rpki.left_right.msg): pdus = dict((x.element_name, x) for x in (self_elt, bsc_elt, parent_elt, child_elt, repository_elt, - list_published_objects_elt, report_error_elt)) + list_published_objects_elt, list_received_resources_elt, report_error_elt)) class left_right_sax_handler(rpki.left_right.sax_handler): pdu = left_right_msg |