Thread: [mpls-linux-devel] New developer. RSVP-TE state of art
Status: Beta
Brought to you by:
jleu
From: J. N. <oc...@gm...> - 2008-02-15 12:00:14
|
Hello everybody, I am scholar of "Enginyeria i arquitectura La Salle" an University of Barcelona. Recently they suggest me a project of implement RSVP-TE on quagga routers. I have read that in the past there are some initiatives in this list to implement a daemon of RSVP-TE. The final idea is to interconnect Cisco routers and Linux Routers and that they can talk RSVP-TE to implement MPLS-TE. I think that there are an implementation of OSPF-TE daemon and if I'm not wrong the only thing that is missing is the RSVP-TE daemon. Does anybody knows the state of the art of RSVP-TE in MPLS-Linux? I am completely new on developing in Linux environment and specifically in open source project like MPLS-Linux but I'm very enthusiastic and motivated on it. I think that it could be exciting to collaborate with us to success on the project. Please let me know your opinion, and please apologize me for my level of English. I am working on it too :) Regards, Jesús Nubiola |
From: James R. L. <jl...@mi...> - 2008-02-15 14:33:37
|
Hello Jesús, On Fri, Feb 15, 2008 at 01:00:09PM +0100, =?ISO-8859-1?Q?Jes=FAs_Nubiola_ wrote: > Hello everybody, > > I am scholar of "Enginyeria i arquitectura La Salle" an University of > Barcelona. Recently they suggest me a project of implement RSVP-TE on quagga > routers. I have read that in the past there are some initiatives in this > list to implement a daemon of RSVP-TE. The final idea is to interconnect > Cisco routers and Linux Routers and that they can talk RSVP-TE to implement > MPLS-TE. I think that there are an implementation of OSPF-TE daemon and if > I'm not wrong the only thing that is missing is the RSVP-TE daemon. > > Does anybody knows the state of the art of RSVP-TE in MPLS-Linux? There was a version of RSVP-TE for zebra 0.92a that was contributed to the project. I have pulled that source into the quagga-mpls tree, but have not finished the work of porting it over. If you would like to assist in this effort you should use perforce (revision control system) and download the latest version of the quagga-mpls tree, dig in and start asking questions. I'll do my best to answer them. You can read about accessing my perforce depot at: http://mpls-linux.sourceforge.net/ 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/... > I am completely new on developing in Linux environment and specifically in > open source project like MPLS-Linux but I'm very enthusiastic and motivated > on it. I think that it could be exciting to collaborate with us to success > on the project. > > Please let me know your opinion, and please apologize me for my level of > English. I am working on it too :) No problem, even though I'm a native speaker I still have problems with it ;-) > Regards, > > Jesús Nubiola > ------------------------------------------------------------------------- > 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... |
From: J. N. <oc...@gm...> - 2008-02-21 10:14:16
|
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 :( 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: 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 [image: img96/9012/screenshotperforcemplsro5.jpg]<http://imageshack.us/?x=my6&myref=http://imageshack.us/> ** <http://mpls-linux.sourceforge.net/> On Fri, Feb 15, 2008 at 3:33 PM, James R. Leu <jl...@mi...> wrote: > Hello Jesús, > > On Fri, Feb 15, 2008 at 01:00:09PM +0100, =?ISO-8859-1?Q?Jes=FAs_Nubiola_ > wrote: > > Hello everybody, > > > > I am scholar of "Enginyeria i arquitectura La Salle" an University of > > Barcelona. Recently they suggest me a project of implement RSVP-TE on > quagga > > routers. I have read that in the past there are some initiatives in > this > > list to implement a daemon of RSVP-TE. The final idea is to interconnect > > Cisco routers and Linux Routers and that they can talk RSVP-TE to > implement > > MPLS-TE. I think that there are an implementation of OSPF-TE daemon and > if > > I'm not wrong the only thing that is missing is the RSVP-TE daemon. > > > > Does anybody knows the state of the art of RSVP-TE in MPLS-Linux? > > There was a version of RSVP-TE for zebra 0.92a that was contributed > to the project. I have pulled that source into the quagga-mpls tree, > but have not finished the work of porting it over. If you would like > to assist in this effort you should use perforce (revision control > system) and download the latest version of the quagga-mpls tree, dig > in and start asking questions. I'll do my best to answer them. > > You can read about accessing my perforce depot at: > > http://mpls-linux.sourceforge.net/ > > 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/... > > > I am completely new on developing in Linux environment and specifically > in > > open source project like MPLS-Linux but I'm very enthusiastic and > motivated > > on it. I think that it could be exciting to collaborate with us to > success > > on the project. > > > > Please let me know your opinion, and please apologize me for my level of > > English. I am working on it too :) > > No problem, even though I'm a native speaker I still have problems with it > ;-) > > > Regards, > > > > Jesús Nubiola > > > > ------------------------------------------------------------------------- > > 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... > |