Project

General

Profile

Feature #5031

Updated by Teng Liang over 4 years ago

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 Merge self-learning into best route, to better handle    choosing next hop, no nexthop and Interest retransmission suppression, NACK, and timeout scenarios (#5029) 
 * Improve NACK handling (#5029) 
 * Use localhost validator instead of localhop validator in rib-manager, because localhost security is enabled with no security check by default. For long-term plan, add a validator for self-learning in rib-manager. 
 * Add self-learning as the default forwarding strategy in nfd.conf.sample 

Back