From b4a2a8ca00b9bfe79636efd8a02a24105b9f929f Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 5 Aug 2014 02:05:22 +0000 Subject: Debug publication protocol command. Check pubd for existing objects when rootd doesn't think it knows what's already published. svn path=/branches/tk705/; revision=5912 --- rpki/publication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpki/publication.py') diff --git a/rpki/publication.py b/rpki/publication.py index 1d428bf9..763fda9d 100644 --- a/rpki/publication.py +++ b/rpki/publication.py @@ -224,7 +224,7 @@ class msg(rpki.xml_utils.msg, publication_namespace): ## @var pdus # Dispatch table of PDUs for this protocol. - pdus = dict((x.element_name, x) for x in (publish_elt, withdraw_elt, report_error_elt)) + pdus = dict((x.element_name, x) for x in (publish_elt, withdraw_elt, list_elt, report_error_elt)) class sax_handler(rpki.xml_utils.sax_handler): -- cgit v1.2.3