Inherits rpki::xml_utils::base_elt, and rpki::left_right::left_right_namespace.
Inherited by irbe_cli.list_received_resources_elt.
Public Member Functions | |
def | make_reply |
def | serve_dispatch |
Static Public Attributes | |
tuple | attributes |
XML attributes for this element. | |
string | element_name = "list_received_resources" |
<list_received_resources/> element.
Definition at line 1004 of file left_right.py.
def rpki.left_right.list_received_resources_elt.make_reply | ( | self, | ||
uri, | ||||
cert | ||||
) |
Generate one reply PDU.
Definition at line 1027 of file left_right.py.
def rpki.left_right.list_received_resources_elt.serve_dispatch | ( | self, | ||
r_msg, | ||||
cb, | ||||
eb | ||||
) |
Handle a <list_received_resources/> query. The method name is a misnomer here, there's no action attribute and no dispatch, we just dump a bunch of data about every certificate issued to us by one of our parents, then return.
Definition at line 1013 of file left_right.py.
tuple rpki.left_right.list_received_resources_elt.attributes [static] |
("self_handle", "tag", "notBefore", "notAfter", "uri", "sia_uri", "aia_uri", "asn", "ipv4", "ipv6")
XML attributes for this element.
Reimplemented from rpki.xml_utils.base_elt.
Definition at line 1010 of file left_right.py.
string rpki.left_right.list_received_resources_elt.element_name = "list_received_resources" [static] |
Definition at line 1009 of file left_right.py.