Actions
Feature #3145
openCollect and publish routable-prefixes
Status:
New
Priority:
Normal
Assignee:
-
Category:
RIB
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
9.00 h
Description
In NFD-RIB, publish a routable-prefixes dataset.
Collect routable-prefixes from connected gateway routers to populate this dataset.
This issue includes:
- Declare a configuration option to specify the prefixes announced by this host. The default value is an empty list. On an end host, this option should be empty. On a router, this option should contain the prefixes announced by this router into the global routing system.
- Implement #3143 procedure in NFD-RIB. Collect routable-prefixes dataset from every connected gateway router.
- Compute registerable prefixes, which is the intersection of routable-prefixes collected from connected routers, and the prefixes this host has certificates to register.
- Publish a routable-prefixes StatusDataset under RibMgmt, which contains the union of announced prefixes and registerable prefixes.
NFD Developer Guide should be updated to reflect the change.
Updated by Junxiao Shi about 9 years ago
- Blocked by Feature #3143: Discover RIB management prefix of connected gateway router added
Updated by Junxiao Shi about 9 years ago
- Blocked by Feature #3144: RibMgmt: routable-prefixes added
Updated by Junxiao Shi about 9 years ago
- Blocked by Feature #3142: Configurable top-level prefixes for NFD-RIB added
Updated by Junxiao Shi about 9 years ago
- Related to Bug #2479: Prefix discovery protocol: change Name of routable-prefixes packet added
Updated by Junxiao Shi about 9 years ago
This Feature originates from the "eventual solution" in #2479 note-4.
Updated by Alex Afanasyev almost 9 years ago
- Related to Task #3457: Collect and notify apps about routable prefixes added
Updated by Junxiao Shi about 8 years ago
- Related to Feature #3773: Inform applications when auto prefix propagation fails because no signing identity is available added
Actions