Actions
Bug #4768
closedDisable Interest filter loopback where ever not needed
Start date:
Due date:
% Done:
100%
Estimated time:
Description
LSA interest filter is now set to a broader prefix of /localhop/ndn/nlsr/LSA and does not contain the router name as it used to. This change was made to support serving other routers' LSAs from memory. So we need to set the interest filter without allowing loopback, otherwise we see a lot of misses.
This may also be triggering a Segment Fetcher (potential) bug after getting the same data twice and misbehaving on trying to remove an interater from PendingInterest map.
Actions