Re: [mpls-linux-general] Integration with Zebra?
Status: Beta
Brought to you by:
jleu
From: James R. L. <jl...@mi...> - 2002-01-28 21:03:15
|
No one has worked with the zebra porting layer for sometime. So the error you are seeing are probably from code rot. With in the next couple of weeks I will be shifting my attendiong away fr= om mpls-linux, and onto integrating MPLS services into zebra. The first ste= p (which is about 50% complete) is to add static LSP commands to zebra. After that is finished I will work on ldp-portable integration. Jim On Mon, Jan 28, 2002 at 11:10:10AM -0800, Sanjeev Chakravarty wrote: > Hi Jim, >=20 > I could compile ldp_zebra after making a number of changes: >=20 > 1. inet_aton declaration in /usr/include/arpa/inet.h was causing a > conflict(had to comment it) > 2. In many zldp_* files, I had to change the following definition > #define dprintf(args...) deprintf(dep_impl_fib, "FIB: " ## args) > to #define dprintf(args...) deprintf(dep_impl_fib, args) > though syntactically I couldn't see what's wrong. The error message was > "nothing can be pasted after this token" > 3. There are references to functions defined in mpls-linux/utils/netlin= k.c > and so I=20 > copied the netlink.* to the directory containing zldp_* files and upda= te > the Makefile to include netlink.o >=20 > Just wondering if it's just me and Sehla who are facing this problem or= we > have missed something, >=20 > thanks, >=20 > Sanjeev >=20 > -----Original Message----- > From: sehla loussaief [mailto:seh...@ya...] > Sent: Monday, January 28, 2002 3:11 AM > To: Sanjeev Chakravarty > Subject: RE: [mpls-linux-general] Integration with Zebra? >=20 >=20 > Hi Sanjeev, > yes i had some compilation errors, when i compile the > ldp with 'ldp_zebra" the compilation failed but when i > compile it whith "ldp_linux" it succed !! >=20 > Sehla > --- Sanjeev Chakravarty <Sa...@co...> > a =E9crit : > Hi Sehla, > >=20 > > No, I haven't tried that. Plan to do that this > > weekend. Are you getting > > compilation problems? > >=20 > > Sanjeev > >=20 > > -----Original Message----- > > From: sehla loussaief [mailto:seh...@ya...] > > Sent: Friday, January 25, 2002 12:54 AM > > To: Sanjeev Chakravarty > > Subject: RE: [mpls-linux-general] Integration with > > Zebra? > >=20 > >=20 > > Hi Sanjeev, > > Have you tested zebra with ldp-portable0.08?=20 > >=20 > > --- Sanjeev Chakravarty <Sa...@co...> > > a > > =E9crit : > Hi Sehla, > > >=20 > > > Yeah it is. Check it out at www.zebra.org. > > >=20 > > > Sanjeev > > >=20 > > > -----Original Message----- > > > From: sehla loussaief [mailto:seh...@ya...] > > > Sent: Thursday, January 24, 2002 12:14 AM > > > To: Sanjeev Chakravarty > > > Subject: Re: [mpls-linux-general] Integration with > > > Zebra? > > >=20 > > >=20 > > > Hi, > > > Is zebra an open source? if yes where can i get > > it? > > >=20 > > > thanks in advance. > > >=20 > > > --- Sanjeev Chakravarty > > > <Sa...@co...> > > > a =E9crit : >=20 > > > > Hi Folks, > > > >=20 > > > > Since mpls-linux code is fairly robust, I was > > > > wondering if there are any > > > > thoughts of integrating it with other open > > source > > > > routing protocol suite > > > > like Zebra. To me both the software are > > > > complementary. Some of the pros and > > > > cons: > > > >=20 > > > > pros: > > > > 1. mpls-linux will be more versatile > > > > 2. creation of VPNs will now be possible > > > > 3. use of BGP to exchange labels needed in case > > of > > > > VPNs would be possible > > > > 4. RSVP-TE or other extensions of MPLS would be > > > > easier to implement > > > >=20 > > > > cons: > > > > 1. kinda vendor specific (Cisco like) > > > implementation > > > > 2. some dependency may arise > > > >=20 > > > > look forward to hearing your comments, > > > >=20 > > > > Sanjeev > > > >=20 > > > > _______________________________________________ > > > > mpls-linux-general mailing list > > > > mpl...@li... > > > > > > > > > > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > >=20 > > >=20 > > > > > > ___________________________________________________________ > > > Do You Yahoo!? -- Une adresse @yahoo.fr gratuite > > et > > > en fran=E7ais ! > > > Yahoo! Mail : http://fr.mail.yahoo.fr=20 > >=20 > > > ___________________________________________________________ > > Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et > > en fran=E7ais ! > > Yahoo! Mail : http://fr.mail.yahoo.fr=20 >=20 > ___________________________________________________________ > Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran=E7ais ! > Yahoo! Mail : http://fr.mail.yahoo.fr --=20 James R. Leu |