Inherits rpki::xml_utils::msg, and rpki::left_right::left_right_namespace.
Inherited by irbe_cli.left_right_msg.
Public Member Functions | |
def | serve_top_level |
Static Public Attributes | |
tuple | pdus |
Dispatch table of PDUs for this protocol. | |
int | version = 1 |
Protocol version. |
Left-right PDU.
Definition at line 1023 of file left_right.py.
def rpki.left_right.msg.serve_top_level | ( | self, | ||
gctx, | ||||
cb | ||||
) |
Serve one msg PDU.
Definition at line 1039 of file left_right.py.
rpki::left_right.msg::pdus [static] |
dict((x.element_name, x) for x in (self_elt, child_elt, parent_elt, bsc_elt, repository_elt, list_resources_elt, list_roa_requests_elt, list_published_objects_elt, report_error_elt))
Dispatch table of PDUs for this protocol.
Reimplemented in irbe_cli.left_right_msg.
Definition at line 1034 of file left_right.py.
rpki::left_right.msg::version = 1 [static] |
Protocol version.
Reimplemented from rpki.xml_utils.msg.
Definition at line 1030 of file left_right.py.