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 

 * Merge self-learning into best route, to better handle no nexthop and Interest timeout scenarios (#5029) 
 * Improve NACK handling (#5029) 
 * Use localhost self_learning validator instead of localhop validator in rib-manager, because localhost security is enabled with no security check by default and enable self_learning_security to accept any PA in nfd.conf.sample

Back