diff options
author | Rob Austein <sra@hactrn.net> | 2014-08-04 22:16:34 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-08-04 22:16:34 +0000 |
commit | 1d32064a1cfa3a32e99533f80030fd84b1c66b3b (patch) | |
tree | b633d54158057185141db1f30cc8a170caa448ee /rpki/publication.py | |
parent | aff5a1ca9e692a68fccff07bb7ed03b5bfa035df (diff) |
rootd now uses publication protocol. Not yet usable outside smoketest
harness: still need to work out what BPKI configuration looks like
with modern IRDB, and rootd doesn't yet handle restart correctly (will
fail if any of its outputs already exist in pubd's database).
svn path=/branches/tk705/; revision=5911
Diffstat (limited to 'rpki/publication.py')
-rw-r--r-- | rpki/publication.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpki/publication.py b/rpki/publication.py index b28a7421..1d428bf9 100644 --- a/rpki/publication.py +++ b/rpki/publication.py @@ -160,7 +160,7 @@ class list_elt(base_publication_elt): <list/> element. """ - pass + element_name = "list" class report_error_elt(rpki.xml_utils.text_elt, publication_namespace): |