Feature #2056
closednrd: remote prefix registration
100%
Description
On an end host connected to a gateway router, nrd
should perform remote prefix registration when an application registers a Route within a prefix under the gateway router's site prefixes.
- This feature is only enabled on end hosts. It should be disabled on routers where routing protocol is used.
- Gateway router's site prefixes can be retrieved from the Data packet published by gateway router's
ndn-autoconfig-server
. It can be assumed that the site prefixes do not change during end host's connection. - Only one remote prefix registration shall be sent per prefix, even if there are multiple Routes of the same prefix.
- Unregistration shall be performed when the last Route of a prefix is gone.
- Remote prefix registrations should be periodically refreshed by resending the registration command (with same parameters but new signature). The interval between refreshes is specified in configuration file. The default setting should be equal to
face_system.udp.keep_alive_interval
and less thanface_system.udp.idle_timeout
.
Files
Updated by Junxiao Shi about 10 years ago
- Blocked by Task #2039: Controller: remote prefix registration added
Updated by Lan Wang about 10 years ago
Has the design been finalized? I remember Alex and another student were going to work on the design first.
Updated by Junxiao Shi about 10 years ago
- Assignee set to Alex Afanasyev
20141013 conference call concludes that @Alex should prepare the design. It will be reviewed during 20141017 conference call.
Updated by Junxiao Shi about 10 years ago
- Blocks Bug #2054: NdnCon cannot fetch if connected to a HUB with multiple clients added
Updated by Alex Afanasyev about 10 years ago
- File remote prefix registeration.ppt remote prefix registeration.ppt added
- Status changed from New to In Progress
Updated by Alex Afanasyev about 10 years ago
Updated by Junxiao Shi about 10 years ago
- Assignee changed from Alex Afanasyev to Yanbiao Li
Updated by Junxiao Shi about 10 years ago
Question: can laptopA send a prefix registration command that adds a Route toward laptopB?
Although this seems strange, some of my toys need this feature, so I hope this is not completely forbidden.
Updated by Alex Afanasyev about 10 years ago
Junxiao, your question is outside the scope of this specific task. If I'm not mistaken, we don't currently restrict this action, so it is technically possible.
The main implementation focus in this task is for a local NFD/NRD sending remote registration requests. Remote registration requests can already be processed by NFD/NRD.
Updated by Junxiao Shi about 10 years ago
- Blocked by deleted (Task #2039: Controller: remote prefix registration)
Updated by Junxiao Shi about 10 years ago
- Related to Task #2039: Controller: remote prefix registration added
Updated by Junxiao Shi about 10 years ago
- Blocks Feature #2201: Remote prefix registration test scenario added
Updated by Junxiao Shi almost 10 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Congrats for completing this big feature.