diff options
author | Rob Austein <sra@hactrn.net> | 2009-07-07 16:08:19 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-07-07 16:08:19 +0000 |
commit | 101f333e04301efdf3dc783867ccef875d875143 (patch) | |
tree | 9adfb1258bdd8c87ae31844a7bc21d34a9efc6f8 /rpkid/rpki/__init__.py | |
parent | 9af64b117b6282e724e1fc820ccb89f2aad66b2c (diff) |
Doc had fallen behind code, update.
svn path=/rpkid/doc/Installation; revision=2589
Diffstat (limited to 'rpkid/rpki/__init__.py')
-rw-r--r-- | rpkid/rpki/__init__.py | 47 |
1 files changed, 23 insertions, 24 deletions
diff --git a/rpkid/rpki/__init__.py b/rpkid/rpki/__init__.py index b08a1698..13268941 100644 --- a/rpkid/rpki/__init__.py +++ b/rpkid/rpki/__init__.py @@ -672,8 +672,7 @@ # @c --tag is an optional arbitrary tag (think IMAP) to simplify # matching up replies with batched queries. # -# @c --*_id options refer to the primary keys of previously created -# objects. +# @c --*_handle options refer to object primary keys. # # The remaining options are specific to the particular commands, and # follow directly from the protocol specifications. @@ -1097,11 +1096,11 @@ # %object are "per-self" data. # # Since all other RPKI engine %objects refer to a @c <self/> %object via a -# "self_id" value, one must create a @c <self/> %object before one can +# "self_handle" value, one must create a @c <self/> %object before one can # usefully configure any other left-right protocol %objects. # -# Every @c <self/> %object has a self_id attribute, which must be specified -# for the "set", "get", and "destroy" actions. +# Every @c <self/> %object has a self_handle attribute, which must be specified +# for the "create", "set", "get", and "destroy" actions. # # Payload data which can be configured in a @c <self/> %object: # @@ -1180,8 +1179,8 @@ # it must sign messages, there be a @c <bsc/> %object that it can use to # produce that signature. # -# Every @c <bsc/> %object has a bsc_id, which must be specified for the -# "get", "set", and "destroy" actions. Every @c <bsc/> also has a self_id +# Every @c <bsc/> %object has a bsc_handle, which must be specified for the +# "create", "get", "set", and "destroy" actions. Every @c <bsc/> also has a self_handle # attribute which indicates the @c <self/> %object with which this @c <bsc/> # %object is associated. # @@ -1231,12 +1230,12 @@ # in the case of IANA or an RIR, the parent RPKI engine may be a trivial # stub. # -# Every @c <parent/> %object has a parent_id, which must be specified for -# the "get", "set", and "destroy" actions. Every @c <parent/> also has a -# self_id attribute which indicates the @c <self/> %object with which this -# @c <parent/> %object is associated, a bsc_id attribute indicating the @c <bsc/> +# Every @c <parent/> %object has a parent_handle, which must be specified for +# the "create", "get", "set", and "destroy" actions. Every @c <parent/> also has a +# self_handle attribute which indicates the @c <self/> %object with which this +# @c <parent/> %object is associated, a bsc_handle attribute indicating the @c <bsc/> # %object to be used when signing messages sent to this parent, and a -# repository_id indicating the @c <repository/> %object to be used when +# repository_handle indicating the @c <repository/> %object to be used when # publishing issued by the certificate issued by this parent. # # Payload data which can be configured in a @c <parent/> %object: @@ -1305,9 +1304,9 @@ # The @c <child/> %object represents the RPKI engine's view of particular # child of the current @c <self/> in the up-down protocol. # -# Every @c <child/> %object has a parent_id, which must be specified for the -# "get", "set", and "destroy" actions. Every @c <child/> also has a -# self_id attribute which indicates the @c <self/> %object with which this +# Every @c <child/> %object has a child_handle, which must be specified for the +# "create", "get", "set", and "destroy" actions. Every @c <child/> also has a +# self_handle attribute which indicates the @c <self/> %object with which this # @c <child/> %object is associated. # # Payload data which can be configured in a @c <child/> %object: @@ -1339,9 +1338,9 @@ # The @c <repository/> %object represents the RPKI engine's view of a # particular publication repository used by the current @c <self/> %object. # -# Every @c <repository/> %object has a repository_id, which must be -# specified for the "get", "set", and "destroy" actions. Every -# @c <repository/> also has a self_id attribute which indicates the @c <self/> +# Every @c <repository/> %object has a repository_handle, which must be +# specified for the "create", "get", "set", and "destroy" actions. Every +# @c <repository/> also has a self_handle attribute which indicates the @c <self/> # %object with which this @c <repository/> %object is associated. # # Payload data which can be configured in a @c <repository/> %object: @@ -1458,14 +1457,14 @@ # # The @c <list_resources/> query and response allow the RPKI engine to ask # the IRDB for information about resources assigned to a particular -# child. The query must include both a @c "self_id" attribute naming -# the @c <self/> that is making the request and also a @c "child_id" +# child. The query must include both a @c "self_handle" attribute naming +# the @c <self/> that is making the request and also a @c "child_handle" # attribute naming the child that is the subject of the query. The # query and response also allow an optional @c "tag" attribute of the # same form used elsewhere in this protocol, to allow batching. # # A @c <list_resources/> response includes the following attributes, along -# with the @c tag (if specified), @c self_id, and @c child_id copied +# with the @c tag (if specified), @c self_handle, and @c child_handle copied # from the request: # # @li @c valid_until: @@ -1520,7 +1519,7 @@ # # The @c <report_error/> message includes an optional @c "tag" attribute to # assist in matching the error with a particular query when using -# batching, and also includes a @c "self_id" attribute indicating the +# batching, and also includes a @c "self_handle" attribute indicating the # @c <self/> that issued the error. # # The error itself is conveyed in the @c error_code (attribute). The @@ -1597,8 +1596,8 @@ # %publication server. # # The <client/> %object supports the full set of "create", "set", "get", -# "list", and "destroy" actions. Each client has a "client_id" -# attribute, which is used in responses and must be specified in "set", +# "list", and "destroy" actions. Each client has a "client_handle" +# attribute, which is used in responses and must be specified in "create", "set", # "get", or "destroy" actions. # # Payload data which can be configured in a <client/> %object: |