<div dir="ltr">Hi.<br><br>I like to add new FIB entry at <b>fowarder.cpp</b>, "<i>onIncomingData</i>" Method during simulation.<br>I know that I can use "<b>FibHelper::AddRoute</b>", for Example :<br><br><i><b>AddRoute (const std::string &nodeName, const Name &prefix, uint32_t faceId, int32_t metric)</b></i><br><br>For  "prefix"  I can use    <b>data.getName()</b>.<br>For  "faceId"  I can use   <b> inFace.getId()</b>.<br>For  "metric"  I can use    <b>0 or any other value</b>.<br>But I don’t know what should I Use for "<b>nodeName</b>". <br><br>How could I get or fine Node name at fowarder.cpp during simulation?<br><br>Best regards.<br></div>