diff options
author | Rob Austein <sra@hactrn.net> | 2007-11-13 06:13:03 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-11-13 06:13:03 +0000 |
commit | e40bf7a235cd7e1a644c8b90d9c268ace845babe (patch) | |
tree | ef2d20a2f93869e6c24beb4aa292dfdbe4874817 /scripts/README | |
parent | fef6711b0bae189b8638b415b151a192abd3dcd8 (diff) |
Checkpoint of changes leading up to support for revocation
svn path=/docs/rpki-db-schema.pdf; revision=1280
Diffstat (limited to 'scripts/README')
-rw-r--r-- | scripts/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/README b/scripts/README index 67339b1c..28f89721 100644 --- a/scripts/README +++ b/scripts/README @@ -99,6 +99,9 @@ Current TO DO list: next scheduled transition? Is the next state always predictable from the current state or do we also need a next-state field? + state := pending | active | deprecated | revoked + timestamp := null | <time of next transition> + - Publication protocol and implementation thereof. Defer until core functionality in the main engine is done. |