diff options
author | Rob Austein <sra@hactrn.net> | 2008-05-18 00:56:57 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-05-18 00:56:57 +0000 |
commit | 0ab6d7ee658b6f64f89bc0046784c73f1da70c64 (patch) | |
tree | 503322e8fbcdf443d597346217cc57f66b0509a6 | |
parent | 908670a67b5fccd1ffe7a716ca756706f38e16ed (diff) |
Update TODO to reflect ROA work
svn path=/rpkid/README; revision=1802
-rw-r--r-- | rpkid/README | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/rpkid/README b/rpkid/README index 075b0d39..bcdcf7f7 100644 --- a/rpkid/README +++ b/rpkid/README @@ -95,29 +95,6 @@ TO DO: STATUS: code written, not yet tested. - - ROA generation code. First cut at this seems to work and - output looks right, but this hasn't been tested properly yet - due to lack of a ROA validation tool. - - For reasons that presumably made sense at the time, the - left-right protocol for route_origin objects allows ranges as - well as prefixes, and the SQL for stores everything as ranges, - which is nice and general...except that ROAs can only hold - prefixes. So left-right schema should only allow prefixes, - and SQL should only store prefixes. - - Current ROA code implements current draft. Upcoming draft - will probably change ROA format to remove per-ROA exactMatch - field and add a per-prefix maxLength field; implementing this - will require mods to <route_origin/>. - - PRIORITY: Required for pilot - - TIME REQUIRED: One week (remaining) - - STATUS: Started - - - rcynic does not yet handle manifests. This is both a real problem (manifests were added to plug a security hole) and a user acceptance problem (without manifest support rcynic |