<div dir="ltr"><div>Hi Asif</div><div><br></div><div>As I understand, your scenario is:</div><div><ul><li>The network has multiple nodes.</li><li>A producer application is running on the node P, and it serves contents under namespace ndn:/P.</li><li>Node P is using the multicast strategy.</li><li>Node P has a default route ndn:/ toward other peer nodes such as Q and R.</li><li>You are observing that, when an Interest starting with ndn:/P is received by node P, it's not only forwarded to the producer application, but also forwarded to Q and R.</li><li>You want the Interest to be forwarded only to the producer application, but not to other nodes.</li></ul></div><div>The behavior occurs because the FIB entry ndn:/P contains not only the producer application but also nodes Q and R. Although there isn't a route ndn:/P toward Q or R, these two nexthops appear in the FIB entry due to route inheritance (see NFD Developer Guide, "RIB Management - FIB Updater - Route Inheritance Flags" section).<br></div><div>To achieve the desired behavior, the FIB entry ndn:/P should contain only the producer application. One way to do that is setting the CAPTURE flag in the prefix registration command sent from the producer application.</div><br><div class="gmail_extra">Yours, Junxiao</div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Apr 3, 2016 at 12:32 AM, Shahid Md. Asif Iqbal <span dir="ltr"><<a href="mailto:asifcsep@gmail.com" target="_blank">asifcsep@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><div><div>I was trying to mean that apart from answering an interest with data packet a producer forwards the same interest to other nodes connected to it. As, I found this while dealing with the multicast strategy. And, I want to stop the producer from doing that forwarding or broadcasting.<br></div></div></div><br></div><div class=""><div class="h5"></div></div></blockquote></div><div class="gmail_quote">On Sat, Apr 2, 2016 at 5:13 AM, Shahid Md. Asif Iqbal <span dir="ltr"><<a href="mailto:asifcsep@gmail.com" target="_blank">asifcsep@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><div><div>How can I stop a producer from forwarding an interest requesting the content owned by itself? As, I found that producer do not stop interests while I was using some ideas with multicast strategy.<br></div></div></div></div></blockquote></div><br></div></div>