aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2008-03-02 18:32:11 +0000
committerRob Austein <sra@hactrn.net>2008-03-02 18:32:11 +0000
commit768aff31779f35ce4e41d94246fcd64c3be0b7f2 (patch)
tree767577f83c87da128fd2b14217e274c6e9af5c5c
parentb95e2add64c143f170bc6839a2946e0db92bc76a (diff)
Range-prefix mismatch in ROA generation
svn path=/rpkid/README; revision=1541
-rw-r--r--rpkid/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/rpkid/README b/rpkid/README
index dff5ed4b..80a44677 100644
--- a/rpkid/README
+++ b/rpkid/README
@@ -263,6 +263,12 @@ TO DO:
- ROA generation. We have a bunch of the primitives for this but we
aren't yet generating the ROAs themselves.
+ 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
+ should only allow prefixes, and SQL should only store prefixes.
+
PRIORITY: Required
TIME REQUIRED: Three days