<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div id="ezFormProc_div" style="FONT-SIZE: 10pt; FONT-FAMILY: 굴림">
<div id="msgbody">
<div>
<div style="LINE-HEIGHT: 15pt"><br>
I have another question.
<div style="FONT-SIZE: 12px; LINE-HEIGHT: 15pt">I want to make protocol level directory.&nbsp;</div>
<div style="FONT-SIZE: 12px; LINE-HEIGHT: 15pt">and &nbsp;role of that is that it receives cli command and delivers to my developing sw such as getting or setting parameters.</div>
<div style="FONT-SIZE: 12px; LINE-HEIGHT: 15pt">&nbsp;I don't use interface structure either and just only use cli interface.</div>
<div style="FONT-SIZE: 12px; LINE-HEIGHT: 15pt">&nbsp;</div>
<div style="FONT-SIZE: 12px; LINE-HEIGHT: 15pt"><span style="FONT-FAMILY: Arial, Verdana, sans-serif; LINE-HEIGHT: 15pt">Q1.</span></div>
<div style="FONT-SIZE: 12px; LINE-HEIGHT: 15pt"><span style="FONT-FAMILY: Arial, Verdana, sans-serif; LINE-HEIGHT: 15pt">In this case, what protocol is almost like mine ?</span></div>
<div style="FONT-SIZE: 12px; LINE-HEIGHT: 15pt"><span style="FONT-FAMILY: Arial, Verdana, sans-serif; LINE-HEIGHT: 15pt">For example, when protocol is starting, it calls XrlStdRouter, XrlPortManager, XrlRedistManager and so on.&nbsp;</span></div>
<div style="FONT-SIZE: 12px; LINE-HEIGHT: 15pt"><span style="FONT-FAMILY: Arial, Verdana, sans-serif; LINE-HEIGHT: 15pt">&nbsp;</span></div>
<div style="FONT-SIZE: 12px; LINE-HEIGHT: 15pt">
<div id="MailSignSent">Q2.</div>
<div id="MailSignSent">When tools delectory is called ?&nbsp;</div>
<div id="MailSignSent">What is difference between this and XIPC ?</div>
<div id="MailSignSent">&nbsp;</div>
<div id="MailSignSent">Q3</div>
<div id="MailSignSent">I made simple protocol source.</div>
<div id="MailSignSent">I changed SConscript &amp; SConstrcut for adding my source.</div>
<div id="MailSignSent">In my adding directory clickinf, I also made SConscript.</div>
<div id="MailSignSent">But I can't see anything in obj/. Clickinf directory itself is not created.&nbsp;</div>
<div id="MailSignSent">I added my clickinf srcs and SConscript and SConstruct of XORP.&nbsp;</div>
<div id="MailSignSent">Could you givr some directions ?</div>
<div id="MailSignSent">&nbsp;</div>
<div id="MailSignSent">&nbsp;</div>
<div id="MailSignSent">Littletree.&nbsp;</div>
<br>
</div>
<div id="MailSignSent"><br>
</div>
<div id="ORGMAIL_CONTENT">
<hr tabindex="-1">
<b>보낸 사람 : </b>&quot;Avinash Sridharan&quot; &lt;avinash.sridharan@gmail.com&gt;<br>
<b>보낸 날짜 : </b>2014-07-26 02:08:59 ( &#43;09:00 )<br>
<b>받는 사람 : </b>Ben Greear &lt;greearb@candelatech.com&gt;<br>
<b>참조 : </b>전해숙 &lt;hsjeon88@etri.re.kr&gt;, xorp-users@xorp.org &lt;xorp-users@xorp.org&gt;<br>
<b>제목 : </b>Re: [Xorp-users] Help<br>
<br>
<div dir="ltr">I would suggest, take a look at how the &quot;show interface&quot; command works. The template for the command can be found under $XORP_SRC/etc/templates/fea.cmd . It effectively calls an executable fea_show_interfaces. The code for this binary is sitting
 under $XORP_SRC/fea/tools/show_interface.cc.&nbsp;
<div><br>
</div>
<div>You can see the XRL interface being implemented in this binary, and replicate the target to register as a new interface mirror with FEA. To get incremental updates on existing interfaces (say link up/down event), I guess you can build on this and see how
 the events are sent to RIB. I am guessing RIB uses a similar interface mirror XRL interface.&nbsp;</div>
<div><br>
</div>
<div>Hope that helps,</div>
<div>Avinash</div>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On Fri, Jul 25, 2014 at 8:46 AM, Ben Greear <span dir="ltr">
&lt;<a href="mailto:greearb@candelatech.com" target="_blank">greearb@candelatech.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="HOEnZb">
<div class="h5">On 07/24/2014 02:31 AM, 전해숙 wrote:<br>
&gt; I am a novice about xorp.<br>
&gt; How can I use test directory ? There are no SConstruct.<br>
&gt; I want to make a test according to a function such as cli, libfeaclient, etc.<br>
&gt; Now, I want to use CLI and interface structure of fea and give interface information to our sw block.<br>
&gt; I don't want to use any routing blocks including fib, lib.<br>
&gt;<br>
&gt; Could you give me some &nbsp;directions ?<br>
<br>
</div>
</div>
Maybe see how the click stuff is written. &nbsp;I'm not sure click actually works, but<br>
I think it will be similar to what you are trying to do.<br>
<br>
If you end up writing any patches that help towards this goal, please<br>
use git-format and git-send-mail to post them to the list. &nbsp;I hope to have<br>
time to go through the patch backlog someday soon.<br>
<br>
And, I need to get the wiki documentation system hosted on my own machine<br>
since the guys that were hosting it seem to have fallen off the internet!<br>
<br>
Thanks,<br>
Ben<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Ben Greear &lt;<a href="mailto:greearb@candelatech.com">greearb@candelatech.com</a>&gt;<br>
Candela Technologies Inc &nbsp;<a href="http://www.candelatech.com/" target="_blank">http://www.candelatech.com</a><br>
<br>
_______________________________________________<br>
Xorp-users mailing list<br>
<a href="mailto:Xorp-users@xorp.org">Xorp-users@xorp.org</a><br>
<a href="http://mailman.icsi.berkeley.edu/mailman/listinfo/xorp-users" target="_blank">http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users</a><br>
</font></span></blockquote>
</div>
<br>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>