<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">Hi,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I have a topology of five wireless nodes all running NFD v.0.5. on Ubuntu 16.04. I am using Ethernet as the transport method with one multicast group, as follows
<i>face_system.ether. </i><i>mcast_group 01:00:5E:00:17:AA</i>.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I am using “<i>nfdc register /ndn/broadcast ether://[01:00:5E:00:17:AA]</i>” to register nodes to the multicast group, which creates the following faces:<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">Faces:<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">  faceid=1 remote=internal:// local=internal:// counters={in={0i 19d 0n 10752B} out={29i 0d 0n 2940B}} local permanent point-to-point flags={local-fields}<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">  faceid=254 remote=contentstore:// local=contentstore:// counters={in={0i 0d 0n 0B} out={0i 0d 0n 0B}} local permanent point-to-point flags={}<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">  faceid=255 remote=null:// local=null:// counters={in={0i 0d 0n 0B} out={0i 0d 0n 0B}} local permanent point-to-point flags={}<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">  faceid=256 remote=udp4://224.0.23.170:56363 local=udp4://10.0.0.9:56363 counters={in={0i 0d 0n 0B} out={0i 0d 0n 0B}} non-local permanent multi-access flags={}<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">  faceid=257 remote=ether://[01:00:5e:00:17:aa] local=dev://eth0 counters={in={0i 0d 0n 0B} out={0i 0d 0n 0B}} non-local permanent multi-access flags={}<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">  faceid=258 remote=fd://25 local=unix:///run/nfd.sock counters={in={18i 2d 0n 3297B} out={3i 10d 0n 6406B}} local on-demand point-to-point flags={local-fields}<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">  faceid=261 remote=fd://26 local=unix:///run/nfd.sock counters={in={6i 0d 0n 314B} out={0i 0d 0n 0B}} local on-demand point-to-point flags={}<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">FIB:<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">  /localhost/nfd/rib nexthops={faceid=258 (cost=0)}<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">  /ndn/broadcast nexthops={faceid=257 (cost=0)}<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">  /localhost/nfd nexthops={faceid=1 (cost=0)}<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">RIB:<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">  /ndn/broadcast route={faceid=257 (origin=255 cost=0 ChildInherit)}<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">  /localhost/nfd route={faceid=258 (origin=0 cost=0 ChildInherit)}<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">When I test connectivity using NDN-Ping it works between one hop neighbors, but not over multiple hops. I assume that is because the architecture prevents it from sending Int/Data packets over the same face it received, in order to prevent
 loops. Am I right?<o:p></o:p></p>
<p class="MsoNormal">If so, what is the best way to address this issue?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thanks,<o:p></o:p></p>
<p class="MsoNormal">Thiago<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">PS: my issue is a bit different from this (<a href="http://www.lists.cs.ucla.edu/pipermail/nfd-dev/2015-April/001018.html">http://www.lists.cs.ucla.edu/pipermail/nfd-dev/2015-April/001018.html</a>) because I have only one Ethernet interface.<o:p></o:p></p>
</div>
</body>
</html>