<div dir="auto">Hi John<div dir="auto"><br></div><div dir="auto">Do you intend to use NDN forwarding to get from n1 via n2,n3,n4,n5 to n6, or do you intend to rely on IP forwarding?</div><div dir="auto">If "n4 has faces to all nodes except n4", you effectively established an all-pairs topology on NDN later. Is this the intention?</div><div dir="auto"><br></div><div dir="auto">Yours, Junxiao</div><br><div class="gmail_extra" dir="auto"><br><div class="gmail_quote">On May 26, 2017 12:00 PM, "John Scott" <<a href="mailto:scott1091@yahoo.com">scott1091@yahoo.com</a>> wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="color:#000;background-color:#fff;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:13px"><div id="m_3386910628824646162yui_3_16_0_ym19_1_1495822852209_5737">Hi,</div><div id="m_3386910628824646162yui_3_16_0_ym19_1_1495822852209_5737"><br></div><div id="m_3386910628824646162yui_3_16_0_ym19_1_1495822852209_5737" dir="ltr">I have a string of nodes all running NFD 0.5.0-32-gaaa58a6 at startup. I wrote a script to register all remote nodes in the routing table (below).</div><div id="m_3386910628824646162yui_3_16_0_ym19_1_1495822852209_5737" dir="ltr"><br></div><div dir="ltr" id="m_3386910628824646162yui_3_16_0_ym19_1_1495822852209_5912">    #!/bin/bash</div><div dir="ltr" id="m_3386910628824646162yui_3_16_0_ym19_1_1495822852209_5912">    </div><div dir="ltr" id="m_3386910628824646162yui_3_16_0_ym19_1_1495822852209_5912">    sleep 2</div><div dir="ltr" id="m_3386910628824646162yui_3_16_0_ym19_1_1495822852209_5912">    nfd-start</div><div dir="ltr" id="m_3386910628824646162yui_3_16_0_ym19_1_1495822852209_5913">    sleep 10</div><div dir="ltr" id="m_3386910628824646162yui_3_16_0_ym19_1_1495822852209_5914">    route -n | awk '/10.0.0/ { system("nfdc register / udp4://"$1) }'</div><div dir="ltr" id="m_3386910628824646162yui_3_16_0_ym19_1_1495822852209_5914"><br></div><div dir="ltr" id="m_3386910628824646162yui_3_16_0_ym19_1_1495822852209_5914">My topology looks like this:</div><div dir="ltr" id="m_3386910628824646162yui_3_16_0_ym19_1_1495822852209_5914"><br></div><div dir="ltr" id="m_3386910628824646162yui_3_16_0_ym19_1_1495822852209_5914">n1 <-----> n2 <-----> n3 <-----> n4 <-----> n5 <-----> n6</div><div dir="ltr" id="m_3386910628824646162yui_3_16_0_ym19_1_1495822852209_5914"><br></div><div dir="ltr" id="m_3386910628824646162yui_3_16_0_ym19_1_1495822852209_5914">I verified that all other faces are registered in all nodes (i.e. n4 has faces to all nodes other than 4).</div><div dir="ltr" id="m_3386910628824646162yui_3_16_0_ym19_1_1495822852209_5914"><br></div><div dir="ltr" id="m_3386910628824646162yui_3_16_0_ym19_1_1495822852209_5914">When I run ndnpingserver on node 1 and ping from n2 until n6 it works. But when I run ndnpingserver on node 6 and ping from node 1 I get nacks with reason=duplicate. What can be the reasons for that to happen? I'm using ndnping 0.3</div><div dir="ltr" id="m_3386910628824646162yui_3_16_0_ym19_1_1495822852209_5914"><br></div><div dir="ltr" id="m_3386910628824646162yui_3_16_0_ym19_1_1495822852209_5914"><br></div><div dir="ltr" id="m_3386910628824646162yui_3_16_0_ym19_1_1495822852209_5914">Thank you for your help.</div></div></div><br>______________________________<wbr>_________________<br>
Nfd-dev mailing list<br>
<a href="mailto:Nfd-dev@lists.cs.ucla.edu">Nfd-dev@lists.cs.ucla.edu</a><br>
<a href="http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev" rel="noreferrer" target="_blank">http://www.lists.cs.ucla.edu/<wbr>mailman/listinfo/nfd-dev</a><br>
<br></blockquote></div><br></div></div>