Project

General

Profile

Task #1859

Updated by Junxiao Shi over 9 years ago

As it currently stands, RIB will not always have a correct knowledge about valid FaceIDs, which basically prevents registration commands to faces that existed before RIB started and faces for which notifications were missed (e.g., due to CS overflow).    Also, there are cases (and I have observed) that RIB entry stays even though face is no longer exists in NFD (again, due to CS overflow). 

 I would suggest dropping check for valid FaceID faceID all together.    Instead of define a periodic periodica procedure to clean up invalid FaceIDs (request all of them the from NFD and then remove invalid ones from RIB).

Back