From 768aff31779f35ce4e41d94246fcd64c3be0b7f2 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 2 Mar 2008 18:32:11 +0000 Subject: Range-prefix mismatch in ROA generation svn path=/rpkid/README; revision=1541 --- rpkid/README | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3