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.
Updated by Ashlesh Gawande about 6 years ago
- Status changed from In Progress to Code review
Updated by Ashlesh Gawande about 6 years ago
- Subject changed from LSA Interest filter allows loopback to Disable Interest filter loopback where ever not needed
- Start date deleted (
11/06/2018)
For now I will disable loop backs on certificate interest filters. #4384 can re-enable them.
Updated by Ashlesh Gawande about 6 years ago
- Related to Task #4384: Use loopback interest to serve own certificate added
Updated by Ashlesh Gawande about 6 years ago
- Status changed from Code review to Feedback
- % Done changed from 0 to 100
Updated by Ashlesh Gawande almost 6 years ago
- Status changed from Feedback to Closed
Actions