Actions
Feature #5264
openAllow permanent faces in NDNRoutingHelper
Start date:
05/22/2023
Due date:
% Done:
0%
Estimated time:
Description
Presently NDNRoutingHelper does not have the ability to flag creating permanent faces; for cases where we don't want to change the routing when we have links being brought down this requires hardcoding a single boolean in NdnRoutingHelper.createFaces()
Adding this to the constructor has no real drawbacks or technical blockers and will help others who have this issue in the future.
Actions