diff options
author | Rob Austein <sra@hactrn.net> | 2009-06-03 05:07:04 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-06-03 05:07:04 +0000 |
commit | ef20577491a69792f1692a135c79926b4cad551c (patch) | |
tree | 51146ebe46c95b49ecbb670933b2ba1fcdc0db68 /rpkid/rpki/left_right.py | |
parent | e60405db297bc46756fbde275b99fe6ae7c62fb0 (diff) |
Checkpoint: first step towards cleanup of SQL and left-right protocol.
svn path=/rpkid/doc/Installation; revision=2491
Diffstat (limited to 'rpkid/rpki/left_right.py')
-rw-r--r-- | rpkid/rpki/left_right.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/rpki/left_right.py b/rpkid/rpki/left_right.py index 17778b12..41f15e0e 100644 --- a/rpkid/rpki/left_right.py +++ b/rpkid/rpki/left_right.py @@ -964,7 +964,7 @@ class list_resources_elt(rpki.xml_utils.base_elt, left_right_namespace): """ element_name = "list_resources" - attributes = ("self_id", "tag", "child_id", "valid_until", "asn", "ipv4", "ipv6", "subject_name") + attributes = ("self_id", "tag", "child_id", "valid_until", "asn", "ipv4", "ipv6") valid_until = None def startElement(self, stack, name, attrs): |