aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/__init__.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2009-06-09 20:49:09 +0000
committerRob Austein <sra@hactrn.net>2009-06-09 20:49:09 +0000
commit1aadcb9cdafcab1219db6dbb3cacac047b8cb9e4 (patch)
treef4ac6ffaa8a7b8500b0f7cda4bd4207ec6bbe364 /rpkid/rpki/__init__.py
parent48580e7cb64009adf35da58c44b71753b9f0e596 (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__.py12
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 &lt;route_origin/&gt; %object
+# has been replaced by the @c &lt;list_roa_requests/&gt; IRDB query,
+# but the documentation for that hasn't been written yet.
+#
# The @c &lt;route_origin/&gt; %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).