Task #1749
closednfd-status: RIB dataset
100%
Description
Request RIB dataset in nfd-status
, and display as text.
Extend XML schema to accommodate RIB dataset, and extend XSLT in nfd-status-http-server
to display RIB dataset in browser.
Updated by Junxiao Shi over 10 years ago
- Related to Task #1662: RIB dataset publisher added
Updated by Chengyu Fan over 10 years ago
Are the RIB dataset related interfaces still under development?
I did not find constructor like nfd::rib::RibEntry ribEntry(block) available ... Do I need to implement it myself?
Updated by Junxiao Shi over 10 years ago
- Description updated (diff)
Please communicate with #1662 assignee to decide who should implement RibEntry data structures in ndn-cxx.
Updated by Vince Lehman over 10 years ago
- Blocked by Task #1764: Add RibEntry and Route data structures added
Updated by Alex Afanasyev over 10 years ago
One thing that I'm currently confused about RIB dataset is ExpirationPeriod. How would one represent "infinity" that is used for some RIB entries? I'm guessing that right now one would require to put time::milliseconds::max().count()
, which is kind of a large number.
Would it be better to define ExpirationPeriod optional and interpret its absence as non-expiration for the entry?
Updated by Chengyu Fan over 10 years ago
I agree. The expirationPeriod in face dataset is optional, I think make the expirationPeriod optional is a better design.
Updated by Chengyu Fan over 10 years ago
- Status changed from In Progress to Code review
- % Done changed from 90 to 100
Updated by Junxiao Shi over 10 years ago
- Blocks Task #1717: Route expiration test scenario added
Updated by Chengyu Fan over 10 years ago
- Status changed from Code review to Closed