diff options
author | Rob Austein <sra@hactrn.net> | 2009-06-09 20:25:16 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-06-09 20:25:16 +0000 |
commit | 48580e7cb64009adf35da58c44b71753b9f0e596 (patch) | |
tree | b6361c77d776bd3c265bc2070e39cc4becd27f82 /rpkid/rpki/__init__.py | |
parent | 24f133ff269e0a240c081d6c93028a17a555e5c4 (diff) |
Convert ROA generation code from push model (<route_origin/> objects
in rpkid) to pull model (IRDB for <list_roa_request/> queries).
Still need to clean up old code, but new code seems to work properly.
svn path=/rpkid/Makefile; revision=2510
Diffstat (limited to 'rpkid/rpki/__init__.py')
-rw-r--r-- | rpkid/rpki/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/rpki/__init__.py b/rpkid/rpki/__init__.py index dc5fbf49..601e6717 100644 --- a/rpkid/rpki/__init__.py +++ b/rpkid/rpki/__init__.py @@ -1405,7 +1405,7 @@ # # Payload data which can be configured in a @c <route_origin/> %object: # -# @li @c as_number (attribute): +# @li @c asn (attribute): # Autonomous System Number (ASN) to place in the generated ROA. A # single ROA can only grant authorization to a single ASN; multiple # ASNs require multiple ROAs, thus multiple @c <route_origin/> %objects. |