<html><head></head><body><div style="color:#000; background-color:#fff; font-family:Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:13px"><div id="yui_3_16_0_ym19_1_1495822852209_5737">Hi,</div><div id="yui_3_16_0_ym19_1_1495822852209_5737"><br></div><div id="yui_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="yui_3_16_0_ym19_1_1495822852209_5737" dir="ltr"><br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1495822852209_5912">    #!/bin/bash</div><div dir="ltr" id="yui_3_16_0_ym19_1_1495822852209_5912">    </div><div dir="ltr" id="yui_3_16_0_ym19_1_1495822852209_5912">    sleep 2</div><div dir="ltr" id="yui_3_16_0_ym19_1_1495822852209_5912">    nfd-start</div><div dir="ltr" id="yui_3_16_0_ym19_1_1495822852209_5913">    sleep 10</div><div dir="ltr" id="yui_3_16_0_ym19_1_1495822852209_5914">    route -n | awk '/10.0.0/ { system("nfdc register / udp4://"$1) }'</div><div dir="ltr" id="yui_3_16_0_ym19_1_1495822852209_5914"><br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1495822852209_5914">My topology looks like this:</div><div dir="ltr" id="yui_3_16_0_ym19_1_1495822852209_5914"><br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1495822852209_5914">n1 <-----> n2 <-----> n3 <-----> n4 <-----> n5 <-----> n6</div><div dir="ltr" id="yui_3_16_0_ym19_1_1495822852209_5914"><br></div><div dir="ltr" id="yui_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="yui_3_16_0_ym19_1_1495822852209_5914"><br></div><div dir="ltr" id="yui_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="yui_3_16_0_ym19_1_1495822852209_5914"><br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1495822852209_5914"><br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1495822852209_5914">Thank you for your help.</div></div></body></html>