Actions
Feature #5031
openMake NFD work out of the box
Status:
New
Priority:
Normal
Assignee:
-
Category:
Forwarding
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
(Total: 0.00 h)
Tags:
Description
Even in the basic scenario of two connected machines, NFD has to be configured before being functional. This task is to make NFD work out of the box. The tasks include
- Improve self-learning to better handle choosing next hop, Interest retransmission suppression, NACK, and timeout (#5029).
- Add a validator in
RibManager
to manage route requests from self-learning and set the default configuration to accept anyPrefixAnnouncement
object. - Add self-learning as the default forwarding strategy in
nfd.conf.sample
.
Updated by Teng Liang about 5 years ago
- Related to Feature #5029: Self-learning forwarding strategy v2 added
Updated by Davide Pesavento about 5 years ago
- Category set to Forwarding
- Target version deleted (
v0.7) - Start date deleted (
10/18/2019)
Updated by Davide Pesavento about 5 years ago
Teng Liang wrote:
Use localhost validator instead of localhop validator in rib-manager, because localhost security is enabled with no security check by default.
This sounds like a very bad idea.
For long-term plan, add a validator for self-learning in rib-manager.
Just do this instead.
Updated by Davide Pesavento about 5 years ago
- Related to deleted (Feature #5029: Self-learning forwarding strategy v2)
Updated by Davide Pesavento about 5 years ago
- Tracker changed from Task to Feature
- Status changed from New to In Progress
Updated by Davide Pesavento about 5 years ago
- Blocked by Bug #5049: Fix ValidatorConfig behavior with empty configuration added
Updated by Davide Pesavento about 1 year ago
- Status changed from In Progress to New
Updated by Davide Pesavento 12 months ago
- Tags changed from SelfLearning to self-learning
- Assignee deleted (
Teng Liang)
Actions