Re: [mpls-linux-devel] [mpls-linux-general] Development MPLS-Linux
Status: Beta
Brought to you by:
jleu
From: James R. L. <jl...@mi...> - 2008-02-29 14:23:24
|
On Fri, Feb 29, 2008 at 01:22:01PM +0100, =?ISO-8859-1?Q?Jes=FAs_Nubiola_ wrote: > Finally I can get access to the repository :) > > I have created a workspace named oksi. I have downloaded quagga-mpls and > look a litle bit the code of rsvpd. I am realized that is the Vadim > implementation, isn't it? Yes most definitely. He contributed the code a couple years back and I am just now getting around to trying to integrate it. I believe all of the files that originated from his source give him credit at the top, if not, they should. > Arrived at this point I'm lost about how can I test it or if I'm doing well > or not downloading this folder. > Can you advice me of some test that can help and contributed the results to > the project? At this point all it does is compile, nothing further has been tested. My first goal is to get the RSVP-TE engine running and sending path messages. This requires VTY command work. After that processing of path messages will require the te_rdb engine to be running. At first I just want to get it running with just shortest path routing constraints (ie no bandwidth or affinity considered). To do this the te_rdb code needs to be modified to do standard IPv4 lookups some how, either by building a patricia tree from route updates that come from zebra or by issuing nexthop lookups back to the main zebra daemon using the ZEBRA_IPV4_NEXTHOP_LOOKUP message. I'm leaning toward the latter because I think down the road I will want to move all of the CSPF calculations into the zebra daemon, this will make TE info dissemination easier and will make the CSPF and TE info available to other protocols that choose to use it. So basically, dig in and start trying to make it work. I'm hoping to finish up some LDP work, once I have LDP at least kind of working again, I will switch gears and work on RSVP-TE as well. > Thank you very much. > > On Fri, Feb 29, 2008 at 12:07 PM, Jesús Nubiola <oc...@gm...> wrote: > > > I'm not able to access to perforce server during all the morning. > > > > Is the server down? > > > > > > On Tue, Feb 26, 2008 at 4:02 AM, James R. Leu <jl...@mi...> wrote: > > > > > On Mon, Feb 25, 2008 at 01:33:49PM +0100, > > > =?ISO-8859-1?Q?Jes=FAs_Nubiola_ wrote: > > > > Hi James, > > > > > > > > I have been reading your guide to access to your perforce server ( > > > > http://mpls-linux.sourceforge.net/). Note: the link to the developers > > > guide > > > > in your web is broken :( > > > > > > Thanks for the notice, being that it was written and host by someone > > > else who is no longer helping the project I'll end up removing the link. > > > > > > > As I was saying I think that I've be able to connect to your perforce > > > > following the instructions on your web but I don't see exactly the > > > same you > > > > put in your instructions above-named: > > > > > > You need to create your own workspace, and then modify the view. > > > The quagga-rsvpte dir is not what you want, that is an old failed > > > rsvpte implementation. The one you want is in the quagga-mpls tree. > > > You will need the entire quagga-mpls directory. > > > I'm almost done porting it to quagga-0.99.9. I haven't done any testing > > > with it. It probably doesn't work at all, but I could really use some > > > help getting it going. > > > > > > > Under the heading 'Access to my development repository'. The 'view' > > > > you will want is: > > > > > > > > //depot/quagga/... //<client name>/quagga/... > > > > //depot/quagga-plus/... //<client name>/quagga-plus/... > > > > //depot/quagga-mpls/... //<client name>/quagga-mpls/... > > > > > > > > The only folder that I see is the last one (quagga-mpls), and inside > > > of it > > > > there is another folder named rsvpd. > > > > Is that folder the one that you aimed in the mail before? > > > > Could you give me some advices to understand the state of the art of > > > that > > > > code? (examples that I can prove or anything that you think it could > > > help me > > > > to understand the code and let me to improve the integration into > > > Quagga). > > > > > > > > Here is a snapshot of my view of your perforce server: > > > > http://img96.imageshack.us/my.php?image=screenshotperforcemplsro5.jpg > > > > > > > > The options I use to connect it are: > > > > > > > > server: p4.dangermen.com > > > > port: 1666 > > > > Username: perforce (no password) > > > > worksace: mplslinux (on click to browse button it appears 4 options: > > > > esemjrpg3, /home/tmp/dep, mmbb97 and mplslinux. thought that the last > > > one > > > > was the correct one) > > > > > > > > Thank you very much and sorry for my English again ;) > > > > > > > > Regards > > > > > > > > > > ------------------------------------------------------------------------- > > > > This SF.net email is sponsored by: Microsoft > > > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > > _______________________________________________ > > > > mpls-linux-general mailing list > > > > mpl...@li... > > > > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > > > > > > > > -- > > > James R. Leu > > > jl...@mi... > > > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > mpls-linux-devel mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-devel -- James R. Leu jl...@mi... |