aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/left_right.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2008-06-03 21:01:23 +0000
committerRob Austein <sra@hactrn.net>2008-06-03 21:01:23 +0000
commite5538e6f00165eed41e9a209984d06a2cbf6d6cc (patch)
treed7886c060028e7e053132be6baf77dac0751e326 /rpkid/rpki/left_right.py
parente5e70443cfbbd305a27bd615b24a0676a8b76e12 (diff)
Misordered element generation after SAX cleanup
svn path=/rpkid/irbe-cli.py; revision=1844
Diffstat (limited to 'rpkid/rpki/left_right.py')
-rw-r--r--rpkid/rpki/left_right.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/rpki/left_right.py b/rpkid/rpki/left_right.py
index 04f35529..eea4149e 100644
--- a/rpkid/rpki/left_right.py
+++ b/rpkid/rpki/left_right.py
@@ -236,7 +236,7 @@ class bsc_elt(data_elt):
element_name = "bsc"
attributes = ("action", "tag", "self_id", "bsc_id", "key_type", "hash_alg", "key_length")
- elements = ("pkcs10_request", "signing_cert", "signing_cert_crl")
+ elements = ("signing_cert", "signing_cert_crl", "pkcs10_request")
booleans = ("generate_keypair",)
sql_template = rpki.sql.template("bsc", "bsc_id", "self_id", "hash_alg",