<div dir="ltr">Hello, All,<div><br></div><div>My research partner and I are trying to have nodes re-route interests when a link in the network fails, however, when we use the following code to fail the link, the secondary route appears to flash, rather than make a solid flow. Is this how it should appear?</div><div><div><br></div><div><div>  Ptr<Node> test = Names::Find<Node>("Node2");<br></div><div>  Ptr<Node> test2 = Names::Find<Node>("Node1");</div><div><br></div><div>  Simulator::Schedule(Seconds(5.0), ndn::LinkControlHelper::FailLink, test, test2);<br></div><div>  Simulator::Schedule(Seconds(10.0), ndn::LinkControlHelper::UpLink, test, test2);</div></div><div><br></div></div><div>Thanks,</div><div>Anthony Dowling</div></div>