mpls-linux-general Mailing List for MPLS for Linux (Page 160)
Status: Beta
Brought to you by:
jleu
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(3) |
Dec
(26) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(22) |
Feb
(19) |
Mar
(19) |
Apr
(45) |
May
(52) |
Jun
(101) |
Jul
(79) |
Aug
(24) |
Sep
(43) |
Oct
(54) |
Nov
(71) |
Dec
(53) |
2002 |
Jan
(111) |
Feb
(123) |
Mar
(67) |
Apr
(61) |
May
(75) |
Jun
(26) |
Jul
(36) |
Aug
(41) |
Sep
(79) |
Oct
(85) |
Nov
(58) |
Dec
(39) |
2003 |
Jan
(26) |
Feb
(61) |
Mar
(80) |
Apr
(56) |
May
(39) |
Jun
(44) |
Jul
(28) |
Aug
(25) |
Sep
(4) |
Oct
(20) |
Nov
(38) |
Dec
(9) |
2004 |
Jan
(14) |
Feb
(14) |
Mar
(68) |
Apr
(17) |
May
(45) |
Jun
(42) |
Jul
(41) |
Aug
(23) |
Sep
(46) |
Oct
(89) |
Nov
(55) |
Dec
(33) |
2005 |
Jan
(74) |
Feb
(39) |
Mar
(105) |
Apr
(96) |
May
(43) |
Jun
(48) |
Jul
(21) |
Aug
(22) |
Sep
(33) |
Oct
(28) |
Nov
(29) |
Dec
(81) |
2006 |
Jan
(37) |
Feb
(32) |
Mar
(147) |
Apr
(37) |
May
(33) |
Jun
(28) |
Jul
(15) |
Aug
(20) |
Sep
(15) |
Oct
(23) |
Nov
(30) |
Dec
(40) |
2007 |
Jan
(20) |
Feb
(24) |
Mar
(65) |
Apr
(69) |
May
(41) |
Jun
(53) |
Jul
(39) |
Aug
(76) |
Sep
(53) |
Oct
(43) |
Nov
(26) |
Dec
(24) |
2008 |
Jan
(19) |
Feb
(67) |
Mar
(91) |
Apr
(75) |
May
(47) |
Jun
(63) |
Jul
(68) |
Aug
(39) |
Sep
(44) |
Oct
(33) |
Nov
(62) |
Dec
(84) |
2009 |
Jan
(14) |
Feb
(39) |
Mar
(55) |
Apr
(63) |
May
(16) |
Jun
(9) |
Jul
(4) |
Aug
(6) |
Sep
(1) |
Oct
(2) |
Nov
(10) |
Dec
(5) |
2010 |
Jan
(3) |
Feb
(1) |
Mar
(5) |
Apr
(13) |
May
(4) |
Jun
(5) |
Jul
(2) |
Aug
(8) |
Sep
(6) |
Oct
(1) |
Nov
(2) |
Dec
(2) |
2011 |
Jan
(1) |
Feb
(21) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
(6) |
Sep
|
Oct
|
Nov
(2) |
Dec
(6) |
2012 |
Jan
(5) |
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(5) |
Aug
(3) |
Sep
(6) |
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
From: James R. L. <jl...@mi...> - 2001-10-16 16:05:52
|
On Tue, Oct 16, 2001 at 10:20:42AM -0400, Shankiti Ali-LAS022 wrote: > Guys, > I am experiencing a strange problem on the Label edge router. It looks like the LER Egress is not properly popping the MPLS label and is forming a garbled packet. I am using ethereal to view the packets. Basically, a ping packet comes in the egress with one MPLS header using the ICMP protocol. Comes out of the Egress on the IP protocol however with 3 MPLS headers according to ethereal. Had anybody seen this before? > Please help, > > Ali Shankiti > Motorola Corporate Research Labs The packets are traversing the stack right. What your seeing via ethereal and tcpdump is an intermediate state. I've never been able to figure out how to get around this. If you look at the packet from another peer on the subnet it will look just fine. Jim -- James R. Leu |
From: James R. L. <jl...@mi...> - 2001-10-16 12:59:01
|
On Tue, Oct 16, 2001 at 01:27:22PM +0530, arvindh_raghavendran wrote: > Hi all, > > I have a doubt on the implementation of LDP. There are various > distribution modes, Control mode and Label Retention mode. I have two > questions regarding this. > > As I understand the network administrator or some other NMS will > configure the LDP for operation in one of the modes for distribution, > control and retention. You are correct. > If the above premise is right then how is this configuration done in the > source for LDP we are using from the CVS. The ldp-portable library provides a means for this, the ldp_linux porting layer does not expose this level of configuration. It would be fairly easy to expose these type of configurations. The best place to do this type of work would be in the ldp_zebra porting layer. The configuration support is much more flexible and easier to implement compared to ldp_linux. Jim > If the above is wrong then what deciedes which distribution mode to > follow, control mode and retention mode? and How is this implemented( > How can we configure the ldp-portable to run certian distribution mode, > retention mode etc.) > > Is there any CLI which is not documented which amy be used for > configuraion etc. > > Thanks in Advance for Answers. > > Regards, > > Arvindh.R > > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general -- James R. Leu |
From: arvindh_raghavendran <arv...@in...> - 2001-10-16 07:57:45
|
Hi all, I have a doubt on the implementation of LDP. There are various distribution modes, Control mode and Label Retention mode. I have two questions regarding this. As I understand the network administrator or some other NMS will configure the LDP for operation in one of the modes for distribution, control and retention. If the above premise is right then how is this configuration done in the source for LDP we are using from the CVS. If the above is wrong then what deciedes which distribution mode to follow, control mode and retention mode? and How is this implemented( How can we configure the ldp-portable to run certian distribution mode, retention mode etc.) Is there any CLI which is not documented which amy be used for configuraion etc. Thanks in Advance for Answers. Regards, Arvindh.R |
From: Tub <tu...@ya...> - 2001-10-15 16:52:08
|
Hi, I am thinking of working on the mplsInSegmentPerfTable and mplsOutSegmentPerfTable as specified in draft-ietf-mpls-lsr-mib-07.txt. I will thus require counter support of incoming and outgoing labels... May I request that u send me the patch below u were mentioning.. and perharps any docs/advice on how to use it? Am a newbie.. so will appreciate any help provided! Thanks in advance! Tub ----- Original Message ----- From: "James R. Leu" <jl...@mi...> To: "Karsten Hahn" <kar...@we...> Cc: "Tub" <tu...@ya...>; <mpl...@li...>; <pau...@ya...> Sent: Wednesday, October 10, 2001 9:42 PM Subject: Re: [mpls-linux-general] Re: MPLS MIBs > If you are serious about extending a SNMP daemon to handle the LSR/FTN MIBs > I can provide info as to where to get the info. > > I currently have a patch that has counters added for incoming and outgoing > labels. This info and the rest of the MPLS info are published via the > /proc filesystem (/proc/net/mpls_*). I hope to be releasing a new patch soon > that will contain the counter support. At that point look over the info that > is provided and recomnd ways to get the missing ingo and to make reading the > info easier. > > Create a soureforge account and send me your username, I'll add you to > the developer list. > > Jim > > > On Tue, Oct 09, 2001 at 02:44:31PM +0200, Karsten Hahn wrote: > > Hi, > > > > On Tue, Oct 09, 2001 at 01:46:15AM +0800, Tub wrote: > > > Anyone knows if there are any implementations of MPLS MIBs on UCD-SNMP, > > > based on MPLS for linux? > > > > I'm working on this for my diploma thesis, specifically we'd like to > > implement the LSR-MIB and the FTN-MIB. The project is in a very early stage, > > so any help is naturally appreciated ;) > > > > Drop me a line if you're interested. > > > > Karsten > > > > _______________________________________________ > > mpls-linux-general mailing list > > mpl...@li... > > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > -- > James R. Leu > |
From: James R. L. <jl...@mi...> - 2001-10-15 15:44:19
|
The code to do such a flush does exist. Unfortunaly the IOCTL call for it has been lost. I will re-add it. Jim On Mon, Oct 15, 2001 at 02:25:56PM +0200, Marc Droste-Franke wrote: > Hello, > > is it possible to flush all the mplsadm entries by an easy system call? > If so, how would it look like?? > > Thanks in advance, > > Andreas and Marc. > > > ---------------------------------- > University of Paderborn > __________________________________________________ > Gestalte Dein eigenes Handy-Logo unter http://www.yesms.de > > Ihre eMails auf dem Handy lesen - ohne Zeitverlust - 24h/Tag > eMail, FAX, SMS, VoiceMail mit http://www.directbox.com > > > > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general -- James R. Leu |
From: Marc Droste-F. <md...@di...> - 2001-10-15 12:26:21
|
Hello, is it possible to flush all the mplsadm entries by an easy system call? If so, how would it look like?? Thanks in advance, Andreas and Marc. ---------------------------------- University of Paderborn __________________________________________________ Gestalte Dein eigenes Handy-Logo unter http://www.yesms.de Ihre eMails auf dem Handy lesen - ohne Zeitverlust - 24h/Tag eMail, FAX, SMS, VoiceMail mit http://www.directbox.com |
From: Ajit J. <aj...@ko...> - 2001-10-11 08:30:44
|
make changes in Makefile as give the path where mpls.h and other file are and -DCONFIG_MPLS option. Ajit On Wed, 10 Oct 2001, [ks_c_5601-1987] =B9=AE=C7=D8=C0=BA wrote: > Hi. I'm Hea-Eun Moon. >=20 > My system is > Red hat Linux & kernel 2.4.5 .=20 > I patched mpls-linux 0.993 successively.=20 > =20 > But I cann't make [mplsadm.c]=20 >=20 > Error Message are Below=20 >=20 > I don't know why error occur.=20 >=20 > Please tell me why. >=20 > Thank you advanced.=20 >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > [root@oioi utils]# ls > Makefile mplsadm.c netlink.h rtnetlink.h > README.example netlink.c netlink.o > [root@oioi utils]# make > gcc -g -Wall -c -o mplsadm.o mplsadm.c > mplsadm.c: In function `main': > mplsadm.c:357: `RTM_DELILM' undeclared (first use in this function) > mplsadm.c:357: (Each undeclared identifier is reported only once > mplsadm.c:357: for each function it appears in.) > mplsadm.c:360: `RTM_NEWILM' undeclared (first use in this function) > mplsadm.c:376: `RTM_DELNHLFE' undeclared (first use in this function) > mplsadm.c:379: `RTM_NEWNHLFE' undeclared (first use in this function) > mplsadm.c:413: `RTM_NEWFTN' undeclared (first use in this function) > mplsadm.c:416: `RTM_DELFTN' undeclared (first use in this function) > mplsadm.c:430: `RTM_SETININSTR' undeclared (first use in this function) > mplsadm.c:445: `RTM_SETOUTINSTR' undeclared (first use in this function) > mplsadm.c:481: `RTM_NEWXC' undeclared (first use in this function) > mplsadm.c:484: `RTM_DELXC' undeclared (first use in this function) > make: *** [mplsadm.o] Error 1 >=20 >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > Moon Hea-Eun BISDN Lab > YeungNam Univ. KOREA > Tel : +82-53-810-2497 > Fax : +82-53-814-5713 > E-mail : may...@ch... >=20 |
From: Ajit J. <aj...@ko...> - 2001-10-11 08:27:52
|
In make file give the path name where mpls.h resids and compile option -DCONFIG_MPLS Ajit On Tue, 9 Oct 2001, Javier Sanchez Llera wrote: >=20 > Thankzs to all for the help, >=20 > but im rigth now having problems compiling mplsadm util > when making make on /utils dir, the compiler is not able to find > /linux/mpls.h =BF?=BF? i saw all header files exists on=20 > /usr/src/linux/include/linux and tried to use some options when=20 > calling make but none of them worked=20 >=20 > Any ideas ???=20 >=20 > TIA again :-) >=20 > Javier Sanchez Llera > sj...@ya... >=20 >=20 >=20 > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general >=20 |
From: Vino T. <jv...@te...> - 2001-10-11 04:42:34
|
Hello, Add the following lines in your Makefile. =09INCLUDEDIR=3D/usr/src/linux/include =09CFLAGS =3D -g -Wall -I$(INCLUDEDIR) -DCONFIG_MPLS That should take care of the problem. Regards, Vino. On Wed, 10 Oct 2001, [ks_c_5601-1987] =B9=AE=C7=D8=C0=BA wrote: > =20 > Hi. I'm Hea-Eun Moon. >=20 > My system is > Red hat Linux & kernel 2.4.5 .=20 > I patched mpls-linux 0.993 successively.=20 > =20 > But I cann't make [mplsadm.c]=20 >=20 > Error Message are Below=20 >=20 > I don't know why error occur.=20 >=20 > Please tell me why. >=20 > Thank you advanced.=20 >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > [root@oioi utils]# ls > Makefile mplsadm.c netlink.h rtnetlink.h > README.example netlink.c netlink.o > [root@oioi utils]# make > gcc -g -Wall -c -o mplsadm.o mplsadm.c > mplsadm.c: In function `main': > mplsadm.c:357: `RTM_DELILM' undeclared (first use in this function) > mplsadm.c:357: (Each undeclared identifier is reported only once > mplsadm.c:357: for each function it appears in.) > mplsadm.c:360: `RTM_NEWILM' undeclared (first use in this function) > mplsadm.c:376: `RTM_DELNHLFE' undeclared (first use in this function) > mplsadm.c:379: `RTM_NEWNHLFE' undeclared (first use in this function) > mplsadm.c:413: `RTM_NEWFTN' undeclared (first use in this function) > mplsadm.c:416: `RTM_DELFTN' undeclared (first use in this function) > mplsadm.c:430: `RTM_SETININSTR' undeclared (first use in this function) > mplsadm.c:445: `RTM_SETOUTINSTR' undeclared (first use in this function) > mplsadm.c:481: `RTM_NEWXC' undeclared (first use in this function) > mplsadm.c:484: `RTM_DELXC' undeclared (first use in this function) > make: *** [mplsadm.o] Error 1 >=20 |
From: Filipe S. <fm...@in...> - 2001-10-10 17:16:47
|
Hi all, I'm very glad to hear that! I've already done some work using the UCD-SNMP package using the pass MIBOID EXEC-COMMAND functionality. The main objective was to implement an LSP through the network using snmp commands. If you want I can give you some help. Filipe Sousa On Wed, 2001-10-10 at 14:42, James R. Leu wrote: > If you are serious about extending a SNMP daemon to handle the LSR/FTN MIBs > I can provide info as to where to get the info. > > I currently have a patch that has counters added for incoming and outgoing > labels. This info and the rest of the MPLS info are published via the > /proc filesystem (/proc/net/mpls_*). I hope to be releasing a new patch soon > that will contain the counter support. At that point look over the info that > is provided and recomnd ways to get the missing ingo and to make reading the > info easier. > > Create a soureforge account and send me your username, I'll add you to > the developer list. > > Jim > > > On Tue, Oct 09, 2001 at 02:44:31PM +0200, Karsten Hahn wrote: > > Hi, > > > > On Tue, Oct 09, 2001 at 01:46:15AM +0800, Tub wrote: > > > Anyone knows if there are any implementations of MPLS MIBs on UCD-SNMP, > > > based on MPLS for linux? > > > > I'm working on this for my diploma thesis, specifically we'd like to > > implement the LSR-MIB and the FTN-MIB. The project is in a very early stage, > > so any help is naturally appreciated ;) > > > > Drop me a line if you're interested. > > > > Karsten > > > > _______________________________________________ > > mpls-linux-general mailing list > > mpl...@li... > > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > -- > James R. Leu > > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > |
From: James R. L. <jl...@mi...> - 2001-10-10 12:51:29
|
If you are serious about extending a SNMP daemon to handle the LSR/FTN MIBs I can provide info as to where to get the info. I currently have a patch that has counters added for incoming and outgoing labels. This info and the rest of the MPLS info are published via the /proc filesystem (/proc/net/mpls_*). I hope to be releasing a new patch soon that will contain the counter support. At that point look over the info that is provided and recomnd ways to get the missing ingo and to make reading the info easier. Create a soureforge account and send me your username, I'll add you to the developer list. Jim On Tue, Oct 09, 2001 at 02:44:31PM +0200, Karsten Hahn wrote: > Hi, > > On Tue, Oct 09, 2001 at 01:46:15AM +0800, Tub wrote: > > Anyone knows if there are any implementations of MPLS MIBs on UCD-SNMP, > > based on MPLS for linux? > > I'm working on this for my diploma thesis, specifically we'd like to > implement the LSR-MIB and the FTN-MIB. The project is in a very early stage, > so any help is naturally appreciated ;) > > Drop me a line if you're interested. > > Karsten > > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general -- James R. Leu |
From: <mo...@in...> - 2001-10-10 12:28:10
|
=20 Hi. I'm Hea-Eun Moon. My system is Red hat Linux & kernel 2.4.5 .=20 I patched mpls-linux 0.993 successively.=20 =20 But I cann't make [mplsadm.c]=20 Error Message are Below=20 I don't know why error occur.=20 Please tell me why. Thank you advanced.=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D [root@oioi utils]# ls Makefile mplsadm.c netlink.h rtnetlink.h README.example netlink.c netlink.o [root@oioi utils]# make gcc -g -Wall -c -o mplsadm.o mplsadm.c mplsadm.c: In function `main': mplsadm.c:357: `RTM_DELILM' undeclared (first use in this function) mplsadm.c:357: (Each undeclared identifier is reported only once mplsadm.c:357: for each function it appears in.) mplsadm.c:360: `RTM_NEWILM' undeclared (first use in this function) mplsadm.c:376: `RTM_DELNHLFE' undeclared (first use in this function) mplsadm.c:379: `RTM_NEWNHLFE' undeclared (first use in this function) mplsadm.c:413: `RTM_NEWFTN' undeclared (first use in this function) mplsadm.c:416: `RTM_DELFTN' undeclared (first use in this function) mplsadm.c:430: `RTM_SETININSTR' undeclared (first use in this function) mplsadm.c:445: `RTM_SETOUTINSTR' undeclared (first use in this function) mplsadm.c:481: `RTM_NEWXC' undeclared (first use in this function) mplsadm.c:484: `RTM_DELXC' undeclared (first use in this function) make: *** [mplsadm.o] Error 1 |
From: James R. L. <jl...@mi...> - 2001-10-10 12:25:49
|
Your header files are screwed up (not your fault, it the fault of your li= nux distribution). cd /usr/include mv linux linux-old mv asm asm-old ln -s /usr/src/linux/include/linux ln -s /usr/src/linux/include/asm Then try to recompile mplsadm, your should have better success. Jim On Wed, Oct 10, 2001 at 09:26:27PM +0900, =B9=AE=C7=D8=C0=BA wrote: > Hi. I'm Hea-Eun Moon. >=20 > My system is > Red hat Linux & kernel 2.4.5 .=20 > I patched mpls-linux 0.993 successively.=20 > =20 > But I cann't make [mplsadm.c]=20 >=20 > Error Message are Below=20 >=20 > I don't know why error occur.=20 >=20 > Please tell me why. >=20 > Thank you advanced.=20 >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > [root@oioi utils]# ls > Makefile mplsadm.c netlink.h rtnetlink.h > README.example netlink.c netlink.o > [root@oioi utils]# make > gcc -g -Wall -c -o mplsadm.o mplsadm.c > mplsadm.c: In function `main': > mplsadm.c:357: `RTM_DELILM' undeclared (first use in this function) > mplsadm.c:357: (Each undeclared identifier is reported only once > mplsadm.c:357: for each function it appears in.) > mplsadm.c:360: `RTM_NEWILM' undeclared (first use in this function) > mplsadm.c:376: `RTM_DELNHLFE' undeclared (first use in this function) > mplsadm.c:379: `RTM_NEWNHLFE' undeclared (first use in this function) > mplsadm.c:413: `RTM_NEWFTN' undeclared (first use in this function) > mplsadm.c:416: `RTM_DELFTN' undeclared (first use in this function) > mplsadm.c:430: `RTM_SETININSTR' undeclared (first use in this function) > mplsadm.c:445: `RTM_SETOUTINSTR' undeclared (first use in this function= ) > mplsadm.c:481: `RTM_NEWXC' undeclared (first use in this function) > mplsadm.c:484: `RTM_DELXC' undeclared (first use in this function) > make: *** [mplsadm.o] Error 1 >=20 >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > Moon Hea-Eun BISDN Lab > YeungNam Univ. KOREA > Tel : +82-53-810-2497 > Fax : +82-53-814-5713 > E-mail : may...@ch... --=20 James R. Leu |
From: <mo...@in...> - 2001-10-10 12:20:23
|
Hi. I'm Hea-Eun Moon. My system is Red hat Linux & kernel 2.4.5 .=20 I patched mpls-linux 0.993 successively.=20 =20 But I cann't make [mplsadm.c]=20 Error Message are Below=20 I don't know why error occur.=20 Please tell me why. Thank you advanced.=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D [root@oioi utils]# ls Makefile mplsadm.c netlink.h rtnetlink.h README.example netlink.c netlink.o [root@oioi utils]# make gcc -g -Wall -c -o mplsadm.o mplsadm.c mplsadm.c: In function `main': mplsadm.c:357: `RTM_DELILM' undeclared (first use in this function) mplsadm.c:357: (Each undeclared identifier is reported only once mplsadm.c:357: for each function it appears in.) mplsadm.c:360: `RTM_NEWILM' undeclared (first use in this function) mplsadm.c:376: `RTM_DELNHLFE' undeclared (first use in this function) mplsadm.c:379: `RTM_NEWNHLFE' undeclared (first use in this function) mplsadm.c:413: `RTM_NEWFTN' undeclared (first use in this function) mplsadm.c:416: `RTM_DELFTN' undeclared (first use in this function) mplsadm.c:430: `RTM_SETININSTR' undeclared (first use in this function) mplsadm.c:445: `RTM_SETOUTINSTR' undeclared (first use in this function) mplsadm.c:481: `RTM_NEWXC' undeclared (first use in this function) mplsadm.c:484: `RTM_DELXC' undeclared (first use in this function) make: *** [mplsadm.o] Error 1 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Moon Hea-Eun BISDN Lab YeungNam Univ. KOREA Tel : +82-53-810-2497 Fax : +82-53-814-5713 E-mail : may...@ch... |
From: Javier S. L. <sj...@ya...> - 2001-10-09 13:53:05
|
Thankzs to all for the help, but im rigth now having problems compiling mplsadm util when making make on /utils dir, the compiler is not able to find /linux/mpls.h =BF?=BF? i saw all header files exists on /usr/src/linux/include/linux and tried to use some options when calling make but none of them worked Any ideas ??? TIA again :-) Javier Sanchez Llera sj...@ya... |
From: Karsten H. <kar...@we...> - 2001-10-09 12:44:30
|
Hi, On Tue, Oct 09, 2001 at 01:46:15AM +0800, Tub wrote: > Anyone knows if there are any implementations of MPLS MIBs on UCD-SNMP, > based on MPLS for linux? I'm working on this for my diploma thesis, specifically we'd like to implement the LSR-MIB and the FTN-MIB. The project is in a very early stage, so any help is naturally appreciated ;) Drop me a line if you're interested. Karsten |
From: Vino T. <jv...@te...> - 2001-10-09 12:29:44
|
Hello James, On Fri, 5 Oct 2001, James R. Leu wrote: > There are two options: you could send me info as to how to setup ipv6 > and I could try to reproduce your senerio, or I could provide you versions > to test for me. Which could you prefer? > Actually there is a 3rd option which is I tell you where in the code the > work needs to be done and you fix/test it yourself :-) The third option sounds fine. Regards, Vino. |
From: James R. L. <jl...@mi...> - 2001-10-09 12:27:54
|
This should be fixed when you straighted out your header files. Jim On Tue, Oct 09, 2001 at 12:13:05AM +0200, Javier sanchez wrote: > > > Hi again, > > i have manually patched if_arp.h file as olivier > tols in a mail but i get new errors when compilling > the kernel, im a little bit confused olivier told to > add a define line that is ARHDR_MPLS_TUNEL, but > looking at the code seems that the entrys hould be > ARPHDR_MPLS_TUNEL, i have tried both but errors are > still here :-( > > This time i got this: > > > gcc -D__KERNEL__ -I/usr/src/2.4.9/include -Wall > -Wstrict-prototypes -Wno-trigraphs -O2 > -fomit-frame-pointer -fno-strict-aliasing -fno-common > -pipe -mpreferred-stack-boundary=2 -march=i686 -c > -o > > mpls_tunnel.o mpls_tunnel.c > mpls_tunnel.c: In function `mpls_tunnel_init_gen': > mpls_tunnel.c:252: `ARPHRD_MPLS_TUNNEL' undeclared > (first use in this function) > mpls_tunnel.c:252: (Each undeclared identifier is > reported only once > mpls_tunnel.c:252: for each function it appears in.) > make[3]: *** [mpls_tunnel.o] Error 1 > make[3]: Leaving directory `/usr/src/2.4.9/net/mpls' > make[2]: *** [first_rule] Error 2 > make[2]: Leaving directory `/usr/src/2.4.9/net/mpls' > make[1]: *** [_subdir_mpls] Error 2 > make[1]: Leaving directory `/usr/src/2.4.9/net' > make: *** [_dir_net] Error 2 > > TIA > > Javier Sanchez Llera > sj...@ya... > > > > _______________________________________________________________ > Nokia Game ha comenzado > Haz clic y disfruta de la nueva aventura multimedia de Nokia > antes del 3 de noviembre. > http://es.promotions.yahoo.com/info/nokiagame.html > > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general -- James R. Leu |
From: James R. L. <jl...@mi...> - 2001-10-09 12:26:59
|
Your header files in /usr/include/{linux.asm} are stale. Do this: cd /usr/include mv linux linux-old mv asm asm-old ln -s /usr/src/linux/include/linux ln -s /usr/src/linux/include/asm Things should compilecleanly for you now. Jim On Mon, Oct 08, 2001 at 09:40:40PM +0200, Javier sanchez wrote: > > > Hi all, > > i have succesfully patched my 2.4.9 kernel, with mpls > patch 0.993, but when i try make bzImage i get > an error on af_inet.c does anyone know anything about > ?? > > I attached the output of make > > TIA > > Javi > > > > _______________________________________________________________ > Nokia Game ha comenzado > Haz clic y disfruta de la nueva aventura multimedia de Nokia > antes del 3 de noviembre. > http://es.promotions.yahoo.com/info/nokiagame.html Content-Description: mpls.txt > gcc -D__KERNEL__ -I/usr/src/2.4.9/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -c -o af_inet.o af_inet.c > af_inet.c: In function `inet_ioctl': > af_inet.c:941: `SIOCMPLSFIRST' undeclared (first use in this function) > af_inet.c:941: (Each undeclared identifier is reported only once > af_inet.c:941: for each function it appears in.) > af_inet.c:941: `SIOCMPLSLAST' undeclared (first use in this function) > af_inet.c:942: warning: implicit declaration of function `mpls_ioctl' > make[3]: *** [af_inet.o] Error 1 > make[3]: Leaving directory `/usr/src/2.4.9/net/ipv4' > make[2]: *** [first_rule] Error 2 > make[2]: Leaving directory `/usr/src/2.4.9/net/ipv4' > make[1]: *** [_subdir_ipv4] Error 2 > make[1]: Leaving directory `/usr/src/2.4.9/net' > make: *** [_dir_net] Error 2 > joel:/usr/src/linux# -- James R. Leu |
From: James R. L. <jl...@mi...> - 2001-10-09 12:25:12
|
Hmmm. Good question. I haven't heard of anything yet. They would probably need some counter support fro the kernel, which exists, but hasn't been release yet. Are you interested in doing the development for it? Jim On Tue, Oct 09, 2001 at 01:46:15AM +0800, Tub wrote: > Hi, > > Anyone knows if there are any implementations of MPLS MIBs on UCD-SNMP, based on MPLS for linux? > > Thanks a lot! > > Tub -- James R. Leu |
From: James R. L. <jl...@mi...> - 2001-10-09 12:21:54
|
Thanks for answering this one Olivier. The most recent verison of the patch (not released yet) fixes this. Jim On Mon, Oct 08, 2001 at 04:33:09PM +0200, Olivier Dugeon wrote: > Hi, > > nitin panjwani wrote: > > > Hi James, > > > > I tried to patch the mpls-linux to the new kernel > > avaiable at kernel.org(2.4.10). I got rejection in > > if_arp.h.rej; in thie file I am not able to patch MPLS > > tunnel Interafce(ARHDR_MPLS_TUNEL). > > > I get the same problem with some patchy kernel (especially with Mandrake > kernel source). The problem is that Jim define ARHDR_MPLS_TUNEL > with the same code as for WaveLan ie 802.11 ARPHRD_IEEE80211 variable. > > So patch by hand if_arp.h. Just add this line after ARPHRD_IEEE80211 > definition : > > #define ARHDR_MPLS_TUNEL 802 > > That's all > > > > > > > can you please tell me what should I do to overcome > > this problem. > > > > Thanks in advance, > > > > nitin > > > > > Olivier > > > -- > FTR&D/DAC/CPN > Technopole Anticipa | mailto:Oli...@fr... > 2, Avenue Pierre Marzin | Phone: +(33) 2 96 05 28 80 > F-22307 LANNION | Fax: +(33) 2 96 05 18 52 > > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general -- James R. Leu |
From: Olivier D. <Oli...@rd...> - 2001-10-09 07:29:31
|
Olivier Dugeon wrote: > Hi, > > nitin panjwani wrote: > >> Hi James, >> >> I tried to patch the mpls-linux to the new kernel >> avaiable at kernel.org(2.4.10). I got rejection in >> if_arp.h.rej; in thie file I am not able to patch MPLS >> tunnel Interafce(ARHDR_MPLS_TUNEL). > > > I get the same problem with some patchy kernel (especially with Mandrake > kernel source). The problem is that Jim define ARHDR_MPLS_TUNEL > with the same code as for WaveLan ie 802.11 ARPHRD_IEEE80211 variable. > > So patch by hand if_arp.h. Just add this line after ARPHRD_IEEE80211 > definition : > > #define ARHDR_MPLS_TUNEL 802 Apologize. I make a keyboard shortcut :-( The right declaration is : #define ARPHRD_MPLS_TUNNEL 802 /* MPLS Tunnel Interface */ ^^^^^^ Olivier -- FTR&D/DAC/CPN Technopole Anticipa | mailto:Oli...@fr... 2, Avenue Pierre Marzin | Phone: +(33) 2 96 05 28 80 F-22307 LANNION | Fax: +(33) 2 96 05 18 52 |
From: <sj...@ya...> - 2001-10-08 22:13:06
|
Hi again, i have manually patched if_arp.h file as olivier tols in a mail but i get new errors when compilling the kernel, im a little bit confused olivier told to add a define line that is ARHDR_MPLS_TUNEL, but looking at the code seems that the entrys hould be ARPHDR_MPLS_TUNEL, i have tried both but errors are still here :-( This time i got this: gcc -D__KERNEL__ -I/usr/src/2.4.9/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -c -o mpls_tunnel.o mpls_tunnel.c mpls_tunnel.c: In function `mpls_tunnel_init_gen': mpls_tunnel.c:252: `ARPHRD_MPLS_TUNNEL' undeclared (first use in this function) mpls_tunnel.c:252: (Each undeclared identifier is reported only once mpls_tunnel.c:252: for each function it appears in.) make[3]: *** [mpls_tunnel.o] Error 1 make[3]: Leaving directory `/usr/src/2.4.9/net/mpls' make[2]: *** [first_rule] Error 2 make[2]: Leaving directory `/usr/src/2.4.9/net/mpls' make[1]: *** [_subdir_mpls] Error 2 make[1]: Leaving directory `/usr/src/2.4.9/net' make: *** [_dir_net] Error 2 TIA Javier Sanchez Llera sj...@ya... _______________________________________________________________ Nokia Game ha comenzado Haz clic y disfruta de la nueva aventura multimedia de Nokia antes del 3 de noviembre. http://es.promotions.yahoo.com/info/nokiagame.html |
From: <sj...@ya...> - 2001-10-08 19:40:40
|
Hi all, i have succesfully patched my 2.4.9 kernel, with mpls patch 0.993, but when i try make bzImage i get an error on af_inet.c does anyone know anything about ?? I attached the output of make TIA Javi _______________________________________________________________ Nokia Game ha comenzado Haz clic y disfruta de la nueva aventura multimedia de Nokia antes del 3 de noviembre. http://es.promotions.yahoo.com/info/nokiagame.html |
From: Olivier D. <Oli...@rd...> - 2001-10-08 14:46:52
|
Hi, nitin panjwani wrote: > Hi James, > > I tried to patch the mpls-linux to the new kernel > avaiable at kernel.org(2.4.10). I got rejection in > if_arp.h.rej; in thie file I am not able to patch MPLS > tunnel Interafce(ARHDR_MPLS_TUNEL). I get the same problem with some patchy kernel (especially with Mandrake kernel source). The problem is that Jim define ARHDR_MPLS_TUNEL with the same code as for WaveLan ie 802.11 ARPHRD_IEEE80211 variable. So patch by hand if_arp.h. Just add this line after ARPHRD_IEEE80211 definition : #define ARHDR_MPLS_TUNEL 802 That's all > > can you please tell me what should I do to overcome > this problem. > > Thanks in advance, > > nitin > Olivier -- FTR&D/DAC/CPN Technopole Anticipa | mailto:Oli...@fr... 2, Avenue Pierre Marzin | Phone: +(33) 2 96 05 28 80 F-22307 LANNION | Fax: +(33) 2 96 05 18 52 |