Re: [mpls-linux-general] how to test LDP
Status: Beta
Brought to you by:
jleu
|
From: James R. L. <jl...@mi...> - 2005-02-15 16:33:36
|
On Wed, Feb 16, 2005 at 12:28:13AM +0800, ?????x wrote: > Hi James, >=20 > I remember last time you gived me the answer about LDP question which was= showed below >=20 > "Have your tried to run it yet? Try that and start working on the first = segfault you hit ...." >=20 > Now, I want to know how to try it, if Quagga+LDP is not ready for users, = how do I try it? Could you give me a hint? Start ldpd, telnet localhost 2610, configure, turn on LDP globally, turn on LDP on an interface, use the '?' key to figure out what commands are availble. > Thanks >=20 > Timothy > 2005.02.15 >=20 > The original mail was showed below >=20 > On Tue, Feb 15, 2005 at 11:33:30PM +0800, ?????x wrote: > > Hi James, > >=20 > > I am trying to run LDP now. But I don't know where to start? And how to= try it. Could you give me some examples or some scenarios? > >=20 > > Thanks > >=20 > > Timothy > > 2005.02.15 > >=20 > > Check out the "Access to my development repository" on > > http://mpls-linux.sf.net/ > > =20 > > On Wed, Feb 02, 2005 at 05:53:00PM +0800, ?????x wrote: > > > Hi James, > > >=20 > > > According to your answer, could you explain more about "there are mo= re significant bugs > > to fix" that you mention before, I don"t understand clearly, could you = give me some examples > > or some hints. > > =20 > > Have your tried to run it yet? Try that and start working on the > > first segfault you hit .... > > =20 > > > If I want to work on the code, where to grab the latest from your de= velopment tree (I am > > not sure what you mean)? > > >=20 > > > Thanks very much. > > >=20 > > > Best Regards. > > >=20 > > > Timothy > > > 2005.02.02 > > >=20 > > > > Why do you not listen to what I"ve said before? There are more sig= nificant > > > >bugs to fix then to try and port all of the "extra" commands to the= new > > > >porting layer. If you are determined to work on the code grab the = latest > > > >from my development tree and get the basic commands working. > > >=20 > > > >On Tue, Feb 01, 2005 at 05:19:01PM +0800, ?????x wrote: > > > > Hi James, > > > >=20 > > > > When I canceled "#if 0" of some parts of "ldp_vtysh.c", for exampl= e:=20 > > > >=20 > > > > DEFUN(ldp_if_remote_tcp_port, > > > > ldp_if_remote_tcp_port_cmd, > > > > "remote-tcp-port <1-65535>", > > > > "MPLS interface configuration\n" > > > > "remote LDP port\n" > > > > "port number\n") > > > > { > > > > struct interface *ifp =3D vty->index; > > > > struct ldp_interface *li =3D (struct ldp_interface*)ifp->info; > > > > struct ldp *ldp =3D li->ldp; > > > >=20 > > > > li->entity.remote_tcp_port =3D atoi(argv[0]); > > > > if (!ldp) { > > > > li->create_on_hold =3D MPLS_BOOL_TRUE; > > > > return CMD_SUCCESS; > > > > } > > > >=20 > > > > ldp_cfg_entity_set(ldp->h, &li->entity, LDP_ENTITY_CFG_REMOTE_TC= P); > > > > return CMD_SUCCESS; > > > > } > > > >=20 > > > > When I compile it, there was an error: > > > > ldp_vty.c:1555: error: structure has no member named `ldp" > > > >=20 > > > > Then I went to check "ldp_interface.h", I found that there actuall= y has no this member > > in "struct ldp_interface". > > > >=20 > > > > Thanks. > > > >=20 > > > > Timothy > > > > 2005.02.01 > > > --=20 > > > James R. Leu > > > jleu@mi... > > =20 > > --=20 > > James R. Leu > > jleu@mi... > > =20 >=20 > --=20 > James R. Leu > jl...@mi... --=20 James R. Leu jl...@mi... |