diff options
author | Rob Austein <sra@hactrn.net> | 2009-06-09 20:49:09 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-06-09 20:49:09 +0000 |
commit | 1aadcb9cdafcab1219db6dbb3cacac047b8cb9e4 (patch) | |
tree | f4ac6ffaa8a7b8500b0f7cda4bd4207ec6bbe364 /rpkid/rpki/__init__.py | |
parent | 48580e7cb64009adf35da58c44b71753b9f0e596 (diff) |
Cleanup: get rid of <route_origin/> object
svn path=/rpkid/README; revision=2511
Diffstat (limited to 'rpkid/rpki/__init__.py')
-rw-r--r-- | rpkid/rpki/__init__.py | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/rpkid/rpki/__init__.py b/rpkid/rpki/__init__.py index 601e6717..b08a1698 100644 --- a/rpkid/rpki/__init__.py +++ b/rpkid/rpki/__init__.py @@ -664,10 +664,10 @@ # # Global options (@c --config, @c --help, @c --pem_out) come first, # then zero or more commands (@c parent, @c repository, @c self, @c -# child, @c route_origin, @c bsc, @c config, @c client), each followed -# by its own set of options. The commands map to elements in the -# protocols, and the command-specific options map to attributes or -# subelements for those commands. +# child, @c bsc, @c config, @c client), each followed by its own set +# of options. The commands map to elements in the protocols, and the +# command-specific options map to attributes or subelements for those +# commands. # # @c --tag is an optional arbitrary tag (think IMAP) to simplify # matching up replies with batched queries. @@ -1380,6 +1380,10 @@ # # @subsection route_origin_obj <route_origin/> object # +# This section is out-of-date. The @c <route_origin/> %object +# has been replaced by the @c <list_roa_requests/> IRDB query, +# but the documentation for that hasn't been written yet. +# # The @c <route_origin/> %object is a kind of prototype for a ROA. It # contains all the information needed to generate a ROA once the RPKI # engine obtains the appropriate RPKI certificates from its parent(s). |