<p dir="ltr">Hi Alex,<br>
 I am trying to modify routing protocol.<br>
At some point I need to call CalculateRoute(true) which invalidates all the previous fib entries and the recalculate routes. After calling, I check all fib entries, and they are exactly correct for the required prefixes (for which I called addOrigin function).<br>

Some entries still remain invalid which are for prefixes that never requested in scenario. {Like /some_prefix   dev=local(3)(65535,r,0)}.<br>
When I run the scenario, interests requested after calling CalculateRoute(true), never get satisfied. <br>
Do you have any idea what might be wrong?<br>
Does the function "InvalidateAll()" change anything other than fib entries?<br>
Thanks <br>
Maziar</p>