aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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