[Xorp-users] xorp process

Pavlin Radoslavov pavlin at icir.org
Wed Sep 12 12:30:00 PDT 2007


arvind <arvind at macil.in> wrote:

> i have created my own xorp process(my_test)
> 
> my_test.xif have the following
> 	
> 
> interface my_test/0.3 {
>     enable_my_test  ?   msg:txt
> 
>     print_message   ?   print_message:txt
>     show_message    ?   show_message:txt
> }
> 
> 
> 
> my_test.gif have the following
> 
> 	/* $XORP: xorp/xrl/targets/my_test.tgt,v 1.3 2005/01/29 07:14:32 bms
> Exp $ */
> 
> #include "my_test.xif"
> 
> target my_test implements   \
>                 my_test/0.3
> 
> I mentioned my_test *.cc *.hh similar to static_routes
> 
> After I compiled i got exe file.
> 
> 
> while running exe i got the following
> 	./xorp_my_test  (whether this is correct argument) -> gives nothing

Did you start xorp_finder before running ./xorp_my_test?
Also, did ./xorp_my_test exited when you executed the above command?

If you start ./xorp_finder and then ./xorp_static_routes for example
then you will notice that xorp_static_routes also doesn't print
anything.
Though, if you set the XRLTRACE environment then you will see some
XRL-related log messages:

env XRLTRACE=yes ./xorp_static_routes

> 
> ./xorp_my_test -F 10.10.10.196:8080
>   gives the following

Did you have the XRL Finder running on address 10.10.10.196 and port
8080?

Regards,
Pavlin

> 
> finder_disconnect_event ] Finder disconnect event. Exiting
> immediately...
> [ 2007/09/11 16:28:33  ERROR xorp_my_test:31283 MY_TEST +67
> xrl_my_test_node.cc finder_disconnect_event ] Finder disconnect event.
> Exiting immediately...
> [ 2007/09/11 16:28:33  ERROR xorp_my_test:31283 MY_TEST +67
> xrl_my_test_node.cc finder_disconnect_event ] Finder disconnect event.
> Exiting immediately...
> [ 2007/09/11 16:28:33  ERROR xorp_my_test:31283 MY_TEST +67
> xrl_my_test_node.cc finder_disconnect_event ] Finder disconnect event.
> Exiting immediately...
> [ 2007/09/11 16:28:34  ERROR xorp_my_test:31283 MY_TEST +67
> xrl_my_test_node.cc finder_disconnect_event ] Finder disconnect event.
> Exiting immediately...
> [ 2007/09/11 16:28:34  ERROR xorp_my_test:31283 MY_TEST +67
> xrl_my_test_node.cc finder_disconnect_event ] Finder disconnect event.
> Exiting immediately...
> [ 2007/09/11 16:28:34  ERROR xorp_my_test:31283 MY_TEST +67
> xrl_my_test_node.cc finder_disconnect_event ] Finder disconnect event.
> Exiting immediately...
> [ 2007/09/11 16:28:34  ERROR xorp_my_test:31283 MY_TEST +67
> xrl_my_test_node.cc finder_disconnect_event ] Finder disconnect event.
> Exiting immediately...
> [ 2007/09/11 16:28:34  ERROR xorp_my_test:31283 MY_TEST +67
> xrl_my_test_node.cc finder_disconnect_event ] Finder disconnect event.
> Exiting immediately...
> [ 2007/09/11 16:28:34  ERROR xorp_my_test:31283 MY_TEST +67
> xrl_my_test_node.cc finder_disconnect_event ] Finder disconnect event.
> Exiting immediately...
> [ 2007/09/11 16:28:34  ERROR xorp_my_test:31283 MY_TEST +67
> xrl_my_test_node.cc finder_disconnect_event ] Finder disconnect event.
> Exiting immediately...
> 
> 
> what is the procedure to work this
> 
> 
> 
> _______________________________________________
> Xorp-users mailing list
> Xorp-users at xorp.org
> http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users



More information about the Xorp-users mailing list