mpls-linux-devel Mailing List for MPLS for Linux (Page 16)
Status: Beta
Brought to you by:
jleu
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(7) |
Dec
(8) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(5) |
Feb
(73) |
Mar
(22) |
Apr
(21) |
May
|
Jun
|
Jul
(3) |
Aug
(5) |
Sep
(4) |
Oct
(4) |
Nov
(2) |
Dec
(6) |
2005 |
Jan
(5) |
Feb
|
Mar
(6) |
Apr
(11) |
May
(6) |
Jun
(5) |
Jul
(4) |
Aug
(1) |
Sep
(1) |
Oct
|
Nov
(9) |
Dec
(15) |
2006 |
Jan
(11) |
Feb
(7) |
Mar
(4) |
Apr
(1) |
May
(2) |
Jun
(2) |
Jul
(7) |
Aug
|
Sep
(8) |
Oct
(9) |
Nov
(10) |
Dec
(14) |
2007 |
Jan
(11) |
Feb
(9) |
Mar
(39) |
Apr
(7) |
May
(4) |
Jun
(2) |
Jul
(5) |
Aug
(6) |
Sep
(6) |
Oct
(1) |
Nov
(1) |
Dec
(8) |
2008 |
Jan
|
Feb
(13) |
Mar
(19) |
Apr
(11) |
May
(16) |
Jun
(6) |
Jul
(2) |
Aug
(4) |
Sep
|
Oct
(5) |
Nov
|
Dec
(16) |
2009 |
Jan
(13) |
Feb
(5) |
Mar
|
Apr
|
May
(11) |
Jun
(7) |
Jul
(3) |
Aug
|
Sep
(2) |
Oct
(8) |
Nov
(16) |
Dec
(15) |
2010 |
Jan
(6) |
Feb
(5) |
Mar
(1) |
Apr
(14) |
May
(42) |
Jun
(4) |
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
(4) |
Dec
(1) |
2011 |
Jan
(3) |
Feb
|
Mar
|
Apr
(7) |
May
(1) |
Jun
(2) |
Jul
(4) |
Aug
(19) |
Sep
(9) |
Oct
(13) |
Nov
(4) |
Dec
(3) |
2012 |
Jan
(2) |
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
(11) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
(3) |
Dec
(2) |
2013 |
Jan
(4) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(7) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
(1) |
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
(2) |
Jul
(2) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
(2) |
2016 |
Jan
(6) |
Feb
(2) |
Mar
(1) |
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2017 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(4) |
Dec
|
2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Tom K. <t.k...@gm...> - 2007-12-12 14:55:19
|
Hello James, Thanks for your time. I'm using the pre-built rpms for FC6 (on FC6) version 1.958 that are available on SourceForge, i.e. the kernel,iptables etc. I have tried several ways to workaround the problem and so far no success. Flushing the chain will not work. Using a custom chain, and flushing and deleting that afterwards also will not work. Kind regards, Tom On Dec 12, 2007, at 3:25 PM, James R. Leu wrote: > On Wed, Dec 12, 2007 at 02:12:30PM +0100, Tom Kleiberg wrote: >> Hello, >> >> I came across a problem with removing an mpls target from iptables. >> Apparently, the problem was found previously and posted on the >> mailing list: >> http://sourceforge.net/mailarchive/message.php?msg_id=58990.192.168.1.72.1177109560.squirrel%40webmail.larces.uece.br >> http://sourceforge.net/mailarchive/message.php?msg_id=1801039839.20070421093542%40s2001.tu-chemnitz.de >> http://sourceforge.net/mailarchive/message.php?msg_id=4631EBCD.8090708%40gmail.com > > Completely different problem. In those posts they couldn't even > create iptables > rules. It was due to a change in kernel structures for netfilter > targets. > This is the first I'm hearing of your issue. > > Can you please provide details about the MPLS version, iptables > version, and linux > distribution you are using. > >> The target can be removed from iptables only by using the rule number >> instead of the complete rule description. >> >> Unfortunately, I encountered another issue, which could be related >> to this >> one. Namely, when a nhfle key has been used by an iptables target >> and the >> iptables rule is later removed, >> then the key can no longer be removed from the nhlfe table. The key >> can now >> only be removed from the nhlfe table by >> rebooting the pc. >> >> The following commands will show the error. >> mpls nhlfe add key 0 >> iptables -t mangle -A OUTPUT <some rule> -j mpls --nhlfe <key> >> iptables -t mangle -D OUTPUT <#some rule> >> mpls nhlfe del key <key> >> >> The last command will report the error: >> RTNETLINK answers: Device or resource busy > > What happens if you do a iptables -F instead of trying to remove > just the single rule? > >> dmesg reports: >> MPLS DEBUG net/mpls/mpls_nhlfe.c:468:mpls_del_out_label: enter >> MPLS DEBUG net/mpls/mpls_nhlfe.c:492:mpls_del_out_label: Node 4 is >> being >> used >> MPLS DEBUG net/mpls/mpls_nhlfe.c:493:mpls_del_out_label: exit >> MPLS DEBUG net/mpls/mpls_netlink.c:346:genl_mpls_nhlfe_del: Exit: -16 >> >> Can anyone confirm this problem and is there a solution/workaround? >> >> Kind regards, >> >> Tom >> t.k...@gm... > >> ------------------------------------------------------------------------- >> SF.Net email is sponsored by: >> Check out the new SourceForge.net Marketplace. >> It's the best place to buy or sell services for >> just about anything Open Source. >> http://sourceforge.net/services/buy/index.php >> _______________________________________________ >> mpls-linux-general mailing list >> mpl...@li... >> https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > > -- > James R. Leu > jl...@mi... |
From: James R. L. <jl...@mi...> - 2007-12-12 14:31:29
|
On Wed, Dec 12, 2007 at 02:12:30PM +0100, Tom Kleiberg wrote: > Hello, >=20 > I came across a problem with removing an mpls target from iptables. > Apparently, the problem was found previously and posted on the mailing li= st: > http://sourceforge.net/mailarchive/message.php?msg_id=3D58990.192.168.1.7= 2.1177109560.squirrel%40webmail.larces.uece.br > http://sourceforge.net/mailarchive/message.php?msg_id=3D1801039839.200704= 21093542%40s2001.tu-chemnitz.de > http://sourceforge.net/mailarchive/message.php?msg_id=3D4631EBCD.8090708%= 40gmail.com Completely different problem. In those posts they couldn't even create ipt= ables rules. It was due to a change in kernel structures for netfilter targets. This is the first I'm hearing of your issue. Can you please provide details about the MPLS version, iptables version, an= d linux distribution you are using. > The target can be removed from iptables only by using the rule number > instead of the complete rule description. >=20 > Unfortunately, I encountered another issue, which could be related to this > one. Namely, when a nhfle key has been used by an iptables target and the > iptables rule is later removed, > then the key can no longer be removed from the nhlfe table. The key can n= ow > only be removed from the nhlfe table by > rebooting the pc. >=20 > The following commands will show the error. > mpls nhlfe add key 0 > iptables -t mangle -A OUTPUT <some rule> -j mpls --nhlfe <key> > iptables -t mangle -D OUTPUT <#some rule> > mpls nhlfe del key <key> >=20 > The last command will report the error: > RTNETLINK answers: Device or resource busy What happens if you do a iptables -F instead of trying to remove just the single rule? > dmesg reports: > MPLS DEBUG net/mpls/mpls_nhlfe.c:468:mpls_del_out_label: enter > MPLS DEBUG net/mpls/mpls_nhlfe.c:492:mpls_del_out_label: Node 4 is being > used > MPLS DEBUG net/mpls/mpls_nhlfe.c:493:mpls_del_out_label: exit > MPLS DEBUG net/mpls/mpls_netlink.c:346:genl_mpls_nhlfe_del: Exit: -16 >=20 > Can anyone confirm this problem and is there a solution/workaround? >=20 > Kind regards, >=20 > Tom > t.k...@gm... > ------------------------------------------------------------------------- > SF.Net email is sponsored by:=20 > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general --=20 James R. Leu jl...@mi... |
From: Tom K. <t.k...@gm...> - 2007-12-12 13:19:18
|
Hello, I came across a problem with removing an mpls target from iptables. Apparently, the problem was found previously and posted on the mailing list: http://sourceforge.net/mailarchive/message.php?msg_id=58990.192.168.1.72.1177109560.squirrel%40webmail.larces.uece.br http://sourceforge.net/mailarchive/message.php?msg_id=1801039839.20070421093542%40s2001.tu-chemnitz.de http://sourceforge.net/mailarchive/message.php?msg_id=4631EBCD.8090708%40gmail.com The target can be removed from iptables only by using the rule number instead of the complete rule description. Unfortunately, I encountered another issue, which could be related to this one. Namely, when a nhfle key has been used by an iptables target and the iptables rule is later removed, then the key can no longer be removed from the nhlfe table. The key can now only be removed from the nhlfe table by rebooting the pc. The following commands will show the error. mpls nhlfe add key 0 iptables -t mangle -A OUTPUT <some rule> -j mpls --nhlfe <key> iptables -t mangle -D OUTPUT <#some rule> mpls nhlfe del key <key> The last command will report the error: RTNETLINK answers: Device or resource busy dmesg reports: MPLS DEBUG net/mpls/mpls_nhlfe.c:468:mpls_del_out_label: enter MPLS DEBUG net/mpls/mpls_nhlfe.c:492:mpls_del_out_label: Node 4 is being used MPLS DEBUG net/mpls/mpls_nhlfe.c:493:mpls_del_out_label: exit MPLS DEBUG net/mpls/mpls_netlink.c:346:genl_mpls_nhlfe_del: Exit: -16 Can anyone confirm this problem and is there a solution/workaround? Kind regards, Tom t.k...@gm... |
From: Aimilios H. <aim...@ho...> - 2007-11-13 18:01:34
|
Hi, I recently installed mpls for linux 1.958 on a test-bed that consists of 4 = routers and 3 clients. All the equipment are PCs running fedora core 2.6.22= .1 which is required by version 1.958. I have made the configurations for m= pls in ADRIAN Poppas website and set up the LSPs and traffic classes in ass= ignment 3.2 and everything is working flawlessly and my vlc media player cl= ients receive the videos from the server over mpls. Now I would like to mon= itor the performance (throughput) of mpls in the ingress (e2, e1) or core (= e3) routers. I see that prior to version 1.946 mpls in the developers guide= there was a program called mplsadm with which you configured your LSPs and= traffic classes and statistics like throuhgput was saved in files followin= g a hierarchical structure inside the a certain directory directory (I thin= k /sys/mpls or something). Now in version mplsadm has been changed to the m= pls command. I also in the short help file of the mpls command that there i= s a command structure called "mpls monitor ..." . I guess this is what repl= aced the files for mpls statistics. I also found very little information on= how to use it. I see that if you type mpls monitor all this command should= record all the statistics possible that mpls can record. I used the comman= d but it does not display anything when I am sending a video over mpls from= a server to a client. I use this facility both in the core and the ingress= routers. I was wondering weather this commands saves information to specif= ic files becaue piping it to a text file does not work. I was also wonderin= g if it requires the mpls debug option to be on because from the mplsadm co= mmand in version 1.946 in the developers guide it seems that is required. C= an anyone provide me with information on how to use this command to get sta= tistics for mpls with this command Regards, Aimilios _________________________________________________________________ Invite your mail contacts to join your friends list with Windows Live Space= s. It's easy! http://spaces.live.com/spacesapi.aspx?wx_action=3Dcreate&wx_url=3D/friends.= aspx&mkt=3Den-us= |
From: Sunrise C. I. <qno...@gm...> - 2007-10-01 18:18:35
|
EMPLOYMENT OPPORTUNITY Local operator The most popular position. No investments needed, free-time work. Work at home =01.. Turn your free-time into additional income =02.. Travel compensations Positions available: 26 Region: United States Earnings: 2200-3500 USD Test period: ONE MONTH Occupation: part-time (2-4 hours per day) Job description: =03.. manage project related correspondence =04.. answer project related e-mails/calls Application form To start the application process please fill in the form below and send = it back to our email: Sun...@gm... First Name: Last Name: City: State: ZIP: Tel: E-mail: Additional information about yourself : SEND REPLY Sunrise Consulting INC has obtained your contact details from public int= ernet sources. © Copyright 2004-2007 Sunrise Consulting INC |
From: James R. L. <jl...@mi...> - 2007-09-25 05:13:48
|
I've released RPMs for mpls-linux 1.958. The main change is a move away from sysfs to sysctl for controlling mpls kernel debugging. In addition I added the ability to change the default mpls TTL. These files can be found in /proc/sys/net/mpls/ In addition I've created a yum repository for FC5, FC6, and F7. Visit http://mpls-linux.sf.net/ and see the RPM section for details. On the quagga side of things I've been working on the quagga nexthop code, so I can get BGP to play well with the MPLS infrastructure I put in place. I spent some time a couple of months back starting the process of integrating a RSVP-TE implementation in to quagga-mpls. It is a long way from working, but it compiles :-) Anyone interesting in hacking on it should pull quagga-mpls from my perforce development tree and send me patches. Once I get the quagga nexthop code shaped into something that can support BGP, label stacking and the like, I'll refocus on the signaling protocols. --=20 James R. Leu jl...@mi... |
From: Morgan C. C. <g...@ya...> - 2007-09-15 17:27:05
|
=5B11.10.2007 14:29:03=5D >> Probably the best possibility to build YOUR NEW CAREER Sales manager The most popular position. No investments needed, free-time work. Work at home =01.. Turn your free-time into additional income =02.. Free trainings =03.. Travel compensations Positions available: 16 Region: USA Earnings: 2200-3500 USD Test period: ONE MONTH Occupation: part-time (2-4 hours per day) Job description: =04.. manage online sales =05.. answer project related e-mails/calls Project executive Best for part-time work. You only have to 'invest' your time and work t= o gather results. =06.. Make decisions =07.. Manage your free-time =08.. Free trainings =09.. Social-oriented job Positions available: 21 Region: USA Earnings: 1300-2800 USD Test period: ONE MONTH Occupation: part-time (2-4 hours per day) Job description: . answer project related e-mails/calls =0B.. manage project related tasks Application form To start the application process please fill in the form below and send = it back to our email: Mor...@gm... First Name: Last Name: City: Country: Tel: E-mail: Additional information about yourself : SEND REPLY Morgan Corporate Consulting has obtained your contact details from publi= c internet sources. © Copyright 2004-2007 Morgan Corporate Consulting |
From: Tom <ouw...@ho...> - 2007-09-12 09:18:20
|
Hello, I have a question regarding quagga-0.99.6-01.fc5.mpls.1.955d (possibly = a bug??). When a label-swap entry is removed, the ilm entry is not = (always!) removed from memory. After issueing the following command in quagga, egypt(config)# mpls static 0 egypt(config-ls)# label-map gen 1000 swap gen 1001 nexthop eth1 10.0.0.5 the following output is obtained=20 [user@egypt ~]$ mpls ilm show;mpls nhlfe show ILM entry label gen 1000 labelspace 0 proto ipv4=20 pop forward key 0x00000007 (0 bytes, 0 pkts) NHLFE entry key 0x00000007 mtu 1496 propagate_ttl=20 push gen 1001 set eth1 ipv4 10.0.0.5 (0 bytes, 0 pkts) So far, so good. However, when I remove the label-swap in quagga, egypt(config)# mpls static 0 egypt(config-ls)# no label-map gen 1000 I (still) get the following output (while, imo, it should return = nothing): [naslab@egypt ~]$ mpls ilm show;mpls nhlfe show ILM entry label gen 1000 labelspace 0 proto ipv4=20 pop peek (0 bytes, 0 pkts) Oddly enough, the problem occurs seemingly random. I was able to = replicate the problem most of the times when creating and removing the mpls = labelswap in the same quagga session while no previous labelswap entries were = present at time of login (i.e. no "mpls static 0" exist in the running config). = I have a trace from dmesg, which consists of two successful = creation/removal of label swaps and a third one that was not successful (see below). Strangely, the problem does NOT occur (or at least, I haven't noticed it yet) when simply removing a label-pop entry. I have used the patched kernel from mpls-linux website (v1.955) and all = the accompanying rpms from that site. Some feedback is much appreciated!! Kind regards, Tom ouw...@ho... =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=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=3D= =3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MPLS debug =3D 1 MPLS DEBUG net/mpls/mpls_netlink.c:297:genl_mpls_nhlfe_new: enter MPLS DEBUG net/mpls/mpls_nhlfe.c:394:mpls_add_out_label: enter MPLS DEBUG net/mpls/mpls_nhlfe.c:130:nhlfe_dst_alloc: enter MPLS DEBUG net/mpls/mpls_nhlfe.c:151:nhlfe_dst_alloc: exit MPLS DEBUG net/mpls/mpls_netlink.c:274:mpls_nhlfe_event: enter MPLS DEBUG net/mpls/mpls_netlink.c:234:mpls_fill_nhlfe: enter MPLS DEBUG net/mpls/mpls_instr.c:188:mpls_instrs_unbuild: enter MPLS DEBUG net/mpls/mpls_instr.c:201:mpls_instrs_unbuild: exit MPLS DEBUG net/mpls/mpls_netlink.c:258:mpls_fill_nhlfe: exit MPLS DEBUG net/mpls/mpls_netlink.c:288:mpls_nhlfe_event: exit MPLS DEBUG net/mpls/mpls_nhlfe.c:451:mpls_add_out_label: exit MPLS DEBUG net/mpls/mpls_opcode.c:345:mpls_build_opcode_push: enter MPLS DEBUG net/mpls/mpls_opcode.c:356:mpls_build_opcode_push: exit MPLS DEBUG net/mpls/mpls_opcode.c:1035:mpls_build_opcode_set: enter MPLS DEBUG net/mpls/mpls_dst.c:169:mpls_dst_alloc: enter MPLS DEBUG net/mpls/mpls_dst.c:204:mpls_dst_alloc: exit(c5b5de80) MPLS DEBUG net/mpls/mpls_opcode.c:1100:mpls_build_opcode_set: exit MPLS DEBUG net/mpls/mpls_netlink.c:334:genl_mpls_nhlfe_new: Exit: 0 MPLS DEBUG net/mpls/mpls_netlink.c:114:genl_mpls_ilm_new: enter MPLS DEBUG net/mpls/mpls_ilm.c:522:mpls_add_in_label: enter MPLS DEBUG net/mpls/mpls_ilm.c:126:mpls_ilm_dst_alloc: enter MPLS DEBUG net/mpls/mpls_ilm.c:109:ilm_dst_gc: enter MPLS DEBUG net/mpls/mpls_ilm.c:110:ilm_dst_gc: exit MPLS DEBUG net/mpls/mpls_ilm.c:156:mpls_ilm_dst_alloc: exit MPLS DEBUG net/mpls/mpls_netlink.c:90:mpls_ilm_event: enter MPLS DEBUG net/mpls/mpls_netlink.c:52:mpls_fill_ilm: enter MPLS DEBUG net/mpls/mpls_instr.c:188:mpls_instrs_unbuild: enter MPLS DEBUG net/mpls/mpls_instr.c:201:mpls_instrs_unbuild: exit MPLS DEBUG net/mpls/mpls_netlink.c:75:mpls_fill_ilm: exit MPLS DEBUG net/mpls/mpls_netlink.c:105:mpls_ilm_event: exit MPLS DEBUG net/mpls/mpls_ilm.c:582:mpls_add_in_label: exit MPLS DEBUG net/mpls/mpls_netlink.c:144:genl_mpls_ilm_new: Exit: 0 MPLS DEBUG net/mpls/mpls_netlink.c:467:genl_mpls_xc_new: enter MPLS DEBUG net/mpls/mpls_ilm.c:715:mpls_attach_in2out: enter MPLS DEBUG net/mpls/mpls_netlink.c:445:mpls_xc_event: enter MPLS DEBUG net/mpls/mpls_netlink.c:431:mpls_fill_xc: Exit: length MPLS DEBUG net/mpls/mpls_netlink.c:459:mpls_xc_event: exit MPLS DEBUG net/mpls/mpls_netlink.c:478:genl_mpls_xc_new: Exit: 0 MPLS DEBUG net/mpls/mpls_netlink.c:203:genl_mpls_ilm_dump: Enter: entry = 0 MPLS DEBUG net/mpls/mpls_netlink.c:206:genl_mpls_ilm_dump: Dump: entry 0 MPLS DEBUG net/mpls/mpls_netlink.c:52:mpls_fill_ilm: enter MPLS DEBUG net/mpls/mpls_instr.c:188:mpls_instrs_unbuild: enter MPLS DEBUG net/mpls/mpls_opcode.c:478:mpls_unbuild_opcode_fwd: enter MPLS DEBUG net/mpls/mpls_opcode.c:484:mpls_unbuild_opcode_fwd: exit MPLS DEBUG net/mpls/mpls_instr.c:201:mpls_instrs_unbuild: exit MPLS DEBUG net/mpls/mpls_netlink.c:75:mpls_fill_ilm: exit MPLS DEBUG net/mpls/mpls_netlink.c:220:genl_mpls_ilm_dump: Exit: entry 1 MPLS DEBUG net/mpls/mpls_netlink.c:203:genl_mpls_ilm_dump: Enter: entry = 1 MPLS DEBUG net/mpls/mpls_netlink.c:206:genl_mpls_ilm_dump: Dump: entry 0 MPLS DEBUG net/mpls/mpls_netlink.c:220:genl_mpls_ilm_dump: Exit: entry 1 MPLS DEBUG net/mpls/mpls_netlink.c:393:genl_mpls_nhlfe_dump: Enter: = entry 0 MPLS DEBUG net/mpls/mpls_netlink.c:396:genl_mpls_nhlfe_dump: Dump: entry = 0 MPLS DEBUG net/mpls/mpls_netlink.c:234:mpls_fill_nhlfe: enter MPLS DEBUG net/mpls/mpls_instr.c:188:mpls_instrs_unbuild: enter MPLS DEBUG net/mpls/mpls_opcode.c:364:mpls_unbuild_opcode_push: enter MPLS DEBUG net/mpls/mpls_opcode.c:369:mpls_unbuild_opcode_push: exit MPLS DEBUG net/mpls/mpls_opcode.c:1109:mpls_unbuild_opcode_set: enter MPLS DEBUG net/mpls/mpls_opcode.c:1115:mpls_unbuild_opcode_set: exit MPLS DEBUG net/mpls/mpls_instr.c:201:mpls_instrs_unbuild: exit MPLS DEBUG net/mpls/mpls_netlink.c:258:mpls_fill_nhlfe: exit MPLS DEBUG net/mpls/mpls_netlink.c:410:genl_mpls_nhlfe_dump: Exit: entry = 1 MPLS DEBUG net/mpls/mpls_netlink.c:393:genl_mpls_nhlfe_dump: Enter: = entry 1 MPLS DEBUG net/mpls/mpls_netlink.c:396:genl_mpls_nhlfe_dump: Dump: entry = 0 MPLS DEBUG net/mpls/mpls_netlink.c:410:genl_mpls_nhlfe_dump: Exit: entry = 1 MPLS DEBUG net/mpls/mpls_netlink.c:153:genl_mpls_ilm_del: enter MPLS DEBUG net/mpls/mpls_ilm.c:638:mpls_del_in_label: enter MPLS DEBUG net/mpls/mpls_ilm.c:258:mpls_remove_ilm: enter MPLS DEBUG net/mpls/mpls_ilm.c:268:mpls_remove_ilm: exit MPLS DEBUG net/mpls/mpls_netlink.c:90:mpls_ilm_event: enter MPLS DEBUG net/mpls/mpls_netlink.c:52:mpls_fill_ilm: enter MPLS DEBUG net/mpls/mpls_instr.c:188:mpls_instrs_unbuild: enter MPLS DEBUG net/mpls/mpls_opcode.c:478:mpls_unbuild_opcode_fwd: enter MPLS DEBUG net/mpls/mpls_opcode.c:484:mpls_unbuild_opcode_fwd: exit MPLS DEBUG net/mpls/mpls_instr.c:201:mpls_instrs_unbuild: exit MPLS DEBUG net/mpls/mpls_netlink.c:75:mpls_fill_ilm: exit MPLS DEBUG net/mpls/mpls_netlink.c:105:mpls_ilm_event: exit MPLS DEBUG net/mpls/mpls_ilm.c:362:mpls_destroy_in_instrs: enter MPLS DEBUG net/mpls/mpls_instr.c:89:mpls_instrs_free: enter MPLS DEBUG net/mpls/mpls_instr.c:65:mpls_instr_release: enter MPLS DEBUG net/mpls/mpls_instr.c:73:mpls_instr_release: exit MPLS DEBUG net/mpls/mpls_instr.c:65:mpls_instr_release: enter MPLS DEBUG net/mpls/mpls_instr.c:73:mpls_instr_release: exit MPLS DEBUG net/mpls/mpls_instr.c:95:mpls_instrs_free: exit MPLS DEBUG net/mpls/mpls_ilm.c:365:mpls_destroy_in_instrs: exit MPLS DEBUG net/mpls/mpls_ilm.c:679:mpls_del_in_label: exit MPLS DEBUG net/mpls/mpls_netlink.c:157:genl_mpls_ilm_del: Exit: 0 MPLS DEBUG net/mpls/mpls_netlink.c:487:genl_mpls_xc_del: enter MPLS DEBUG net/mpls/mpls_ilm.c:802:mpls_detach_in2out: enter MPLS DEBUG net/mpls/mpls_ilm.c:810:mpls_detach_in2out: Node 4096001 does = not exist in radix tree MPLS DEBUG net/mpls/mpls_ilm.c:860:mpls_detach_in2out: exit MPLS DEBUG net/mpls/mpls_netlink.c:491:genl_mpls_xc_del: Exit: -3 MPLS DEBUG net/mpls/mpls_netlink.c:343:genl_mpls_nhlfe_del: enter MPLS DEBUG net/mpls/mpls_nhlfe.c:467:mpls_del_out_label: enter MPLS DEBUG net/mpls/mpls_nhlfe.c:222:mpls_remove_nhlfe: enter MPLS DEBUG net/mpls/mpls_nhlfe.c:233:mpls_remove_nhlfe: exit MPLS DEBUG net/mpls/mpls_netlink.c:274:mpls_nhlfe_event: enter MPLS DEBUG net/mpls/mpls_netlink.c:234:mpls_fill_nhlfe: enter MPLS DEBUG net/mpls/mpls_instr.c:188:mpls_instrs_unbuild: enter MPLS DEBUG net/mpls/mpls_opcode.c:364:mpls_unbuild_opcode_push: enter MPLS DEBUG net/mpls/mpls_opcode.c:369:mpls_unbuild_opcode_push: exit MPLS DEBUG net/mpls/mpls_opcode.c:1109:mpls_unbuild_opcode_set: enter MPLS DEBUG net/mpls/mpls_opcode.c:1115:mpls_unbuild_opcode_set: exit MPLS DEBUG net/mpls/mpls_instr.c:201:mpls_instrs_unbuild: exit MPLS DEBUG net/mpls/mpls_netlink.c:258:mpls_fill_nhlfe: exit MPLS DEBUG net/mpls/mpls_netlink.c:288:mpls_nhlfe_event: exit MPLS DEBUG net/mpls/mpls_nhlfe.c:307:mpls_destroy_out_instrs: enter MPLS DEBUG net/mpls/mpls_instr.c:89:mpls_instrs_free: enter MPLS DEBUG net/mpls/mpls_instr.c:65:mpls_instr_release: enter MPLS DEBUG net/mpls/mpls_opcode.c:376:mpls_clean_opcode_push: enter MPLS DEBUG net/mpls/mpls_opcode.c:378:mpls_clean_opcode_push: exit MPLS DEBUG net/mpls/mpls_instr.c:73:mpls_instr_release: exit MPLS DEBUG net/mpls/mpls_instr.c:65:mpls_instr_release: enter MPLS DEBUG net/mpls/mpls_opcode.c:1134:mpls_clean_opcode_set: enter MPLS DEBUG net/mpls/mpls_opcode.c:1140:mpls_clean_opcode_set: exit MPLS DEBUG net/mpls/mpls_instr.c:73:mpls_instr_release: exit MPLS DEBUG net/mpls/mpls_instr.c:95:mpls_instrs_free: exit MPLS DEBUG net/mpls/mpls_nhlfe.c:310:mpls_destroy_out_instrs: exit MPLS DEBUG net/mpls/mpls_nhlfe.c:541:mpls_del_out_label: exit MPLS DEBUG net/mpls/mpls_netlink.c:347:genl_mpls_nhlfe_del: Exit: 0 MPLS DEBUG net/mpls/mpls_ilm.c:79:ilm_dst_destroy: enter MPLS DEBUG net/mpls/mpls_ilm.c:80:ilm_dst_destroy: exit MPLS DEBUG net/mpls/mpls_dst.c:78:mpls_dst_destroy: enter MPLS DEBUG net/mpls/mpls_dst.c:79:mpls_dst_destroy: exit MPLS DEBUG net/mpls/mpls_nhlfe.c:85:nhlfe_dst_destroy: enter MPLS DEBUG net/mpls/mpls_nhlfe.c:86:nhlfe_dst_destroy: exit MPLS DEBUG net/mpls/mpls_netlink.c:203:genl_mpls_ilm_dump: Enter: entry = 0 MPLS DEBUG net/mpls/mpls_netlink.c:220:genl_mpls_ilm_dump: Exit: entry 0 MPLS DEBUG net/mpls/mpls_netlink.c:393:genl_mpls_nhlfe_dump: Enter: = entry 0 MPLS DEBUG net/mpls/mpls_netlink.c:410:genl_mpls_nhlfe_dump: Exit: entry = 0 MPLS DEBUG net/mpls/mpls_netlink.c:297:genl_mpls_nhlfe_new: enter MPLS DEBUG net/mpls/mpls_nhlfe.c:394:mpls_add_out_label: enter MPLS DEBUG net/mpls/mpls_nhlfe.c:130:nhlfe_dst_alloc: enter MPLS DEBUG net/mpls/mpls_nhlfe.c:151:nhlfe_dst_alloc: exit MPLS DEBUG net/mpls/mpls_netlink.c:274:mpls_nhlfe_event: enter MPLS DEBUG net/mpls/mpls_netlink.c:234:mpls_fill_nhlfe: enter MPLS DEBUG net/mpls/mpls_instr.c:188:mpls_instrs_unbuild: enter MPLS DEBUG net/mpls/mpls_instr.c:201:mpls_instrs_unbuild: exit MPLS DEBUG net/mpls/mpls_netlink.c:258:mpls_fill_nhlfe: exit MPLS DEBUG net/mpls/mpls_netlink.c:288:mpls_nhlfe_event: exit MPLS DEBUG net/mpls/mpls_nhlfe.c:451:mpls_add_out_label: exit MPLS DEBUG net/mpls/mpls_opcode.c:345:mpls_build_opcode_push: enter MPLS DEBUG net/mpls/mpls_opcode.c:356:mpls_build_opcode_push: exit MPLS DEBUG net/mpls/mpls_opcode.c:1035:mpls_build_opcode_set: enter MPLS DEBUG net/mpls/mpls_dst.c:169:mpls_dst_alloc: enter MPLS DEBUG net/mpls/mpls_dst.c:204:mpls_dst_alloc: exit(c5b5de80) MPLS DEBUG net/mpls/mpls_opcode.c:1100:mpls_build_opcode_set: exit MPLS DEBUG net/mpls/mpls_netlink.c:334:genl_mpls_nhlfe_new: Exit: 0 MPLS DEBUG net/mpls/mpls_netlink.c:114:genl_mpls_ilm_new: enter MPLS DEBUG net/mpls/mpls_ilm.c:522:mpls_add_in_label: enter MPLS DEBUG net/mpls/mpls_ilm.c:126:mpls_ilm_dst_alloc: enter MPLS DEBUG net/mpls/mpls_ilm.c:109:ilm_dst_gc: enter MPLS DEBUG net/mpls/mpls_ilm.c:110:ilm_dst_gc: exit MPLS DEBUG net/mpls/mpls_ilm.c:156:mpls_ilm_dst_alloc: exit MPLS DEBUG net/mpls/mpls_netlink.c:90:mpls_ilm_event: enter MPLS DEBUG net/mpls/mpls_netlink.c:52:mpls_fill_ilm: enter MPLS DEBUG net/mpls/mpls_instr.c:188:mpls_instrs_unbuild: enter MPLS DEBUG net/mpls/mpls_instr.c:201:mpls_instrs_unbuild: exit MPLS DEBUG net/mpls/mpls_netlink.c:75:mpls_fill_ilm: exit MPLS DEBUG net/mpls/mpls_netlink.c:105:mpls_ilm_event: exit MPLS DEBUG net/mpls/mpls_ilm.c:582:mpls_add_in_label: exit MPLS DEBUG net/mpls/mpls_netlink.c:144:genl_mpls_ilm_new: Exit: 0 MPLS DEBUG net/mpls/mpls_netlink.c:467:genl_mpls_xc_new: enter MPLS DEBUG net/mpls/mpls_ilm.c:715:mpls_attach_in2out: enter MPLS DEBUG net/mpls/mpls_netlink.c:445:mpls_xc_event: enter MPLS DEBUG net/mpls/mpls_netlink.c:431:mpls_fill_xc: Exit: length MPLS DEBUG net/mpls/mpls_netlink.c:459:mpls_xc_event: exit MPLS DEBUG net/mpls/mpls_netlink.c:478:genl_mpls_xc_new: Exit: 0 MPLS DEBUG net/mpls/mpls_netlink.c:203:genl_mpls_ilm_dump: Enter: entry = 0 MPLS DEBUG net/mpls/mpls_netlink.c:206:genl_mpls_ilm_dump: Dump: entry 0 MPLS DEBUG net/mpls/mpls_netlink.c:52:mpls_fill_ilm: enter MPLS DEBUG net/mpls/mpls_instr.c:188:mpls_instrs_unbuild: enter MPLS DEBUG net/mpls/mpls_opcode.c:478:mpls_unbuild_opcode_fwd: enter MPLS DEBUG net/mpls/mpls_opcode.c:484:mpls_unbuild_opcode_fwd: exit MPLS DEBUG net/mpls/mpls_instr.c:201:mpls_instrs_unbuild: exit MPLS DEBUG net/mpls/mpls_netlink.c:75:mpls_fill_ilm: exit MPLS DEBUG net/mpls/mpls_netlink.c:220:genl_mpls_ilm_dump: Exit: entry 1 MPLS DEBUG net/mpls/mpls_netlink.c:203:genl_mpls_ilm_dump: Enter: entry = 1 MPLS DEBUG net/mpls/mpls_netlink.c:206:genl_mpls_ilm_dump: Dump: entry 0 MPLS DEBUG net/mpls/mpls_netlink.c:220:genl_mpls_ilm_dump: Exit: entry 1 MPLS DEBUG net/mpls/mpls_netlink.c:393:genl_mpls_nhlfe_dump: Enter: = entry 0 MPLS DEBUG net/mpls/mpls_netlink.c:396:genl_mpls_nhlfe_dump: Dump: entry = 0 MPLS DEBUG net/mpls/mpls_netlink.c:234:mpls_fill_nhlfe: enter MPLS DEBUG net/mpls/mpls_instr.c:188:mpls_instrs_unbuild: enter MPLS DEBUG net/mpls/mpls_opcode.c:364:mpls_unbuild_opcode_push: enter MPLS DEBUG net/mpls/mpls_opcode.c:369:mpls_unbuild_opcode_push: exit MPLS DEBUG net/mpls/mpls_opcode.c:1109:mpls_unbuild_opcode_set: enter MPLS DEBUG net/mpls/mpls_opcode.c:1115:mpls_unbuild_opcode_set: exit MPLS DEBUG net/mpls/mpls_instr.c:201:mpls_instrs_unbuild: exit MPLS DEBUG net/mpls/mpls_netlink.c:258:mpls_fill_nhlfe: exit MPLS DEBUG net/mpls/mpls_netlink.c:410:genl_mpls_nhlfe_dump: Exit: entry = 1 MPLS DEBUG net/mpls/mpls_netlink.c:393:genl_mpls_nhlfe_dump: Enter: = entry 1 MPLS DEBUG net/mpls/mpls_netlink.c:396:genl_mpls_nhlfe_dump: Dump: entry = 0 MPLS DEBUG net/mpls/mpls_netlink.c:410:genl_mpls_nhlfe_dump: Exit: entry = 1 MPLS DEBUG net/mpls/mpls_netlink.c:153:genl_mpls_ilm_del: enter MPLS DEBUG net/mpls/mpls_ilm.c:638:mpls_del_in_label: enter MPLS DEBUG net/mpls/mpls_ilm.c:258:mpls_remove_ilm: enter MPLS DEBUG net/mpls/mpls_ilm.c:268:mpls_remove_ilm: exit MPLS DEBUG net/mpls/mpls_netlink.c:90:mpls_ilm_event: enter MPLS DEBUG net/mpls/mpls_netlink.c:52:mpls_fill_ilm: enter MPLS DEBUG net/mpls/mpls_instr.c:188:mpls_instrs_unbuild: enter MPLS DEBUG net/mpls/mpls_opcode.c:478:mpls_unbuild_opcode_fwd: enter MPLS DEBUG net/mpls/mpls_opcode.c:484:mpls_unbuild_opcode_fwd: exit MPLS DEBUG net/mpls/mpls_instr.c:201:mpls_instrs_unbuild: exit MPLS DEBUG net/mpls/mpls_netlink.c:75:mpls_fill_ilm: exit MPLS DEBUG net/mpls/mpls_netlink.c:105:mpls_ilm_event: exit MPLS DEBUG net/mpls/mpls_ilm.c:362:mpls_destroy_in_instrs: enter MPLS DEBUG net/mpls/mpls_instr.c:89:mpls_instrs_free: enter MPLS DEBUG net/mpls/mpls_instr.c:65:mpls_instr_release: enter MPLS DEBUG net/mpls/mpls_instr.c:73:mpls_instr_release: exit MPLS DEBUG net/mpls/mpls_instr.c:65:mpls_instr_release: enter MPLS DEBUG net/mpls/mpls_instr.c:73:mpls_instr_release: exit MPLS DEBUG net/mpls/mpls_instr.c:95:mpls_instrs_free: exit MPLS DEBUG net/mpls/mpls_ilm.c:365:mpls_destroy_in_instrs: exit MPLS DEBUG net/mpls/mpls_ilm.c:679:mpls_del_in_label: exit MPLS DEBUG net/mpls/mpls_netlink.c:157:genl_mpls_ilm_del: Exit: 0 MPLS DEBUG net/mpls/mpls_netlink.c:487:genl_mpls_xc_del: enter MPLS DEBUG net/mpls/mpls_ilm.c:802:mpls_detach_in2out: enter MPLS DEBUG net/mpls/mpls_ilm.c:810:mpls_detach_in2out: Node 4096001 does = not exist in radix tree MPLS DEBUG net/mpls/mpls_ilm.c:860:mpls_detach_in2out: exit MPLS DEBUG net/mpls/mpls_netlink.c:491:genl_mpls_xc_del: Exit: -3 MPLS DEBUG net/mpls/mpls_netlink.c:343:genl_mpls_nhlfe_del: enter MPLS DEBUG net/mpls/mpls_nhlfe.c:467:mpls_del_out_label: enter MPLS DEBUG net/mpls/mpls_nhlfe.c:222:mpls_remove_nhlfe: enter MPLS DEBUG net/mpls/mpls_nhlfe.c:233:mpls_remove_nhlfe: exit MPLS DEBUG net/mpls/mpls_netlink.c:274:mpls_nhlfe_event: enter MPLS DEBUG net/mpls/mpls_netlink.c:234:mpls_fill_nhlfe: enter MPLS DEBUG net/mpls/mpls_instr.c:188:mpls_instrs_unbuild: enter MPLS DEBUG net/mpls/mpls_opcode.c:364:mpls_unbuild_opcode_push: enter MPLS DEBUG net/mpls/mpls_opcode.c:369:mpls_unbuild_opcode_push: exit MPLS DEBUG net/mpls/mpls_opcode.c:1109:mpls_unbuild_opcode_set: enter MPLS DEBUG net/mpls/mpls_opcode.c:1115:mpls_unbuild_opcode_set: exit MPLS DEBUG net/mpls/mpls_instr.c:201:mpls_instrs_unbuild: exit MPLS DEBUG net/mpls/mpls_netlink.c:258:mpls_fill_nhlfe: exit MPLS DEBUG net/mpls/mpls_netlink.c:288:mpls_nhlfe_event: exit MPLS DEBUG net/mpls/mpls_nhlfe.c:307:mpls_destroy_out_instrs: enter MPLS DEBUG net/mpls/mpls_instr.c:89:mpls_instrs_free: enter MPLS DEBUG net/mpls/mpls_instr.c:65:mpls_instr_release: enter MPLS DEBUG net/mpls/mpls_opcode.c:376:mpls_clean_opcode_push: enter MPLS DEBUG net/mpls/mpls_opcode.c:378:mpls_clean_opcode_push: exit MPLS DEBUG net/mpls/mpls_instr.c:73:mpls_instr_release: exit MPLS DEBUG net/mpls/mpls_instr.c:65:mpls_instr_release: enter MPLS DEBUG net/mpls/mpls_opcode.c:1134:mpls_clean_opcode_set: enter MPLS DEBUG net/mpls/mpls_opcode.c:1140:mpls_clean_opcode_set: exit MPLS DEBUG net/mpls/mpls_instr.c:73:mpls_instr_release: exit MPLS DEBUG net/mpls/mpls_instr.c:95:mpls_instrs_free: exit MPLS DEBUG net/mpls/mpls_nhlfe.c:310:mpls_destroy_out_instrs: exit MPLS DEBUG net/mpls/mpls_nhlfe.c:541:mpls_del_out_label: exit MPLS DEBUG net/mpls/mpls_netlink.c:347:genl_mpls_nhlfe_del: Exit: 0 MPLS DEBUG net/mpls/mpls_ilm.c:79:ilm_dst_destroy: enter MPLS DEBUG net/mpls/mpls_ilm.c:80:ilm_dst_destroy: exit MPLS DEBUG net/mpls/mpls_dst.c:78:mpls_dst_destroy: enter MPLS DEBUG net/mpls/mpls_dst.c:79:mpls_dst_destroy: exit MPLS DEBUG net/mpls/mpls_nhlfe.c:85:nhlfe_dst_destroy: enter MPLS DEBUG net/mpls/mpls_nhlfe.c:86:nhlfe_dst_destroy: exit MPLS DEBUG net/mpls/mpls_netlink.c:203:genl_mpls_ilm_dump: Enter: entry = 0 MPLS DEBUG net/mpls/mpls_netlink.c:220:genl_mpls_ilm_dump: Exit: entry 0 MPLS DEBUG net/mpls/mpls_netlink.c:393:genl_mpls_nhlfe_dump: Enter: = entry 0 MPLS DEBUG net/mpls/mpls_netlink.c:410:genl_mpls_nhlfe_dump: Exit: entry = 0 MPLS DEBUG net/mpls/mpls_netlink.c:297:genl_mpls_nhlfe_new: enter MPLS DEBUG net/mpls/mpls_nhlfe.c:394:mpls_add_out_label: enter MPLS DEBUG net/mpls/mpls_nhlfe.c:130:nhlfe_dst_alloc: enter MPLS DEBUG net/mpls/mpls_nhlfe.c:151:nhlfe_dst_alloc: exit MPLS DEBUG net/mpls/mpls_netlink.c:274:mpls_nhlfe_event: enter MPLS DEBUG net/mpls/mpls_netlink.c:234:mpls_fill_nhlfe: enter MPLS DEBUG net/mpls/mpls_instr.c:188:mpls_instrs_unbuild: enter MPLS DEBUG net/mpls/mpls_instr.c:201:mpls_instrs_unbuild: exit MPLS DEBUG net/mpls/mpls_netlink.c:258:mpls_fill_nhlfe: exit MPLS DEBUG net/mpls/mpls_netlink.c:288:mpls_nhlfe_event: exit MPLS DEBUG net/mpls/mpls_nhlfe.c:451:mpls_add_out_label: exit MPLS DEBUG net/mpls/mpls_opcode.c:345:mpls_build_opcode_push: enter MPLS DEBUG net/mpls/mpls_opcode.c:356:mpls_build_opcode_push: exit MPLS DEBUG net/mpls/mpls_opcode.c:1035:mpls_build_opcode_set: enter MPLS DEBUG net/mpls/mpls_dst.c:169:mpls_dst_alloc: enter MPLS DEBUG net/mpls/mpls_dst.c:204:mpls_dst_alloc: exit(e5b66e80) MPLS DEBUG net/mpls/mpls_opcode.c:1100:mpls_build_opcode_set: exit MPLS DEBUG net/mpls/mpls_netlink.c:334:genl_mpls_nhlfe_new: Exit: 0 MPLS DEBUG net/mpls/mpls_netlink.c:114:genl_mpls_ilm_new: enter MPLS DEBUG net/mpls/mpls_ilm.c:522:mpls_add_in_label: enter MPLS DEBUG net/mpls/mpls_ilm.c:126:mpls_ilm_dst_alloc: enter MPLS DEBUG net/mpls/mpls_ilm.c:109:ilm_dst_gc: enter MPLS DEBUG net/mpls/mpls_ilm.c:110:ilm_dst_gc: exit MPLS DEBUG net/mpls/mpls_ilm.c:156:mpls_ilm_dst_alloc: exit MPLS DEBUG net/mpls/mpls_netlink.c:90:mpls_ilm_event: enter MPLS DEBUG net/mpls/mpls_netlink.c:52:mpls_fill_ilm: enter MPLS DEBUG net/mpls/mpls_instr.c:188:mpls_instrs_unbuild: enter MPLS DEBUG net/mpls/mpls_instr.c:201:mpls_instrs_unbuild: exit MPLS DEBUG net/mpls/mpls_netlink.c:75:mpls_fill_ilm: exit MPLS DEBUG net/mpls/mpls_netlink.c:105:mpls_ilm_event: exit MPLS DEBUG net/mpls/mpls_ilm.c:582:mpls_add_in_label: exit MPLS DEBUG net/mpls/mpls_netlink.c:144:genl_mpls_ilm_new: Exit: 0 MPLS DEBUG net/mpls/mpls_netlink.c:343:genl_mpls_nhlfe_del: enter MPLS DEBUG net/mpls/mpls_nhlfe.c:467:mpls_del_out_label: enter MPLS DEBUG net/mpls/mpls_nhlfe.c:222:mpls_remove_nhlfe: enter MPLS DEBUG net/mpls/mpls_nhlfe.c:233:mpls_remove_nhlfe: exit MPLS DEBUG net/mpls/mpls_netlink.c:274:mpls_nhlfe_event: enter MPLS DEBUG net/mpls/mpls_netlink.c:234:mpls_fill_nhlfe: enter MPLS DEBUG net/mpls/mpls_instr.c:188:mpls_instrs_unbuild: enter MPLS DEBUG net/mpls/mpls_opcode.c:364:mpls_unbuild_opcode_push: enter MPLS DEBUG net/mpls/mpls_opcode.c:369:mpls_unbuild_opcode_push: exit MPLS DEBUG net/mpls/mpls_opcode.c:1109:mpls_unbuild_opcode_set: enter MPLS DEBUG net/mpls/mpls_opcode.c:1115:mpls_unbuild_opcode_set: exit MPLS DEBUG net/mpls/mpls_instr.c:201:mpls_instrs_unbuild: exit MPLS DEBUG net/mpls/mpls_netlink.c:258:mpls_fill_nhlfe: exit MPLS DEBUG net/mpls/mpls_netlink.c:288:mpls_nhlfe_event: exit MPLS DEBUG net/mpls/mpls_nhlfe.c:307:mpls_destroy_out_instrs: enter MPLS DEBUG net/mpls/mpls_instr.c:89:mpls_instrs_free: enter MPLS DEBUG net/mpls/mpls_instr.c:65:mpls_instr_release: enter MPLS DEBUG net/mpls/mpls_opcode.c:376:mpls_clean_opcode_push: enter MPLS DEBUG net/mpls/mpls_opcode.c:378:mpls_clean_opcode_push: exit MPLS DEBUG net/mpls/mpls_instr.c:73:mpls_instr_release: exit MPLS DEBUG net/mpls/mpls_instr.c:65:mpls_instr_release: enter MPLS DEBUG net/mpls/mpls_opcode.c:1134:mpls_clean_opcode_set: enter MPLS DEBUG net/mpls/mpls_opcode.c:1140:mpls_clean_opcode_set: exit MPLS DEBUG net/mpls/mpls_instr.c:73:mpls_instr_release: exit MPLS DEBUG net/mpls/mpls_instr.c:95:mpls_instrs_free: exit MPLS DEBUG net/mpls/mpls_nhlfe.c:310:mpls_destroy_out_instrs: exit MPLS DEBUG net/mpls/mpls_nhlfe.c:541:mpls_del_out_label: exit MPLS DEBUG net/mpls/mpls_netlink.c:347:genl_mpls_nhlfe_del: Exit: 0 MPLS DEBUG net/mpls/mpls_dst.c:78:mpls_dst_destroy: enter MPLS DEBUG net/mpls/mpls_dst.c:79:mpls_dst_destroy: exit MPLS DEBUG net/mpls/mpls_nhlfe.c:85:nhlfe_dst_destroy: enter MPLS DEBUG net/mpls/mpls_nhlfe.c:86:nhlfe_dst_destroy: exit MPLS DEBUG net/mpls/mpls_netlink.c:203:genl_mpls_ilm_dump: Enter: entry = 0 MPLS DEBUG net/mpls/mpls_netlink.c:206:genl_mpls_ilm_dump: Dump: entry 0 MPLS DEBUG net/mpls/mpls_netlink.c:52:mpls_fill_ilm: enter MPLS DEBUG net/mpls/mpls_instr.c:188:mpls_instrs_unbuild: enter MPLS DEBUG net/mpls/mpls_instr.c:201:mpls_instrs_unbuild: exit MPLS DEBUG net/mpls/mpls_netlink.c:75:mpls_fill_ilm: exit MPLS DEBUG net/mpls/mpls_netlink.c:220:genl_mpls_ilm_dump: Exit: entry 1 MPLS DEBUG net/mpls/mpls_netlink.c:203:genl_mpls_ilm_dump: Enter: entry = 1 MPLS DEBUG net/mpls/mpls_netlink.c:206:genl_mpls_ilm_dump: Dump: entry 0 MPLS DEBUG net/mpls/mpls_netlink.c:220:genl_mpls_ilm_dump: Exit: entry 1 MPLS DEBUG net/mpls/mpls_netlink.c:393:genl_mpls_nhlfe_dump: Enter: = entry 0 MPLS DEBUG net/mpls/mpls_netlink.c:410:genl_mpls_nhlfe_dump: Exit: entry = 0 =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=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=3D= =3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D |
From: Vasudha P. <pra...@gm...> - 2007-09-12 04:57:39
|
VasudhaPrasad (pra...@gm...) has invited you as a friend on Quechup... ...the social networking platform sweeping the globe Go to: http://quechup.com/join.php/aT0wMDAwMDAwMDEwMTk3MDU1JmM9MTAzNDA2 to accept Vasudha's invite You can use Quechup to meet new people, catch up with old friends, maintain a blog, share videos & photos, chat with other members, play games, and more. It's no wonder Quechup is fast becoming 'The Social Networking site to be on' Join Vasudha and his friends today: http://quechup.com/join.php/aT0wMDAwMDAwMDEwMTk3MDU1JmM9MTAzNDA2 ------------------------------------------------------------------ You received this because Vasudha Prasad (pra...@gm...) knows and agreed to invite you. You will only receive one invitation from pra...@gm.... Quechup will not spam or sell your email address, see our privacy policy - http://quechup.com/privacy.php Go to http://quechup.com/emailunsubscribe.php/ZW09bXBscy1saW51eC1kZXZlbEBsaXN0cy5zb3VyY2Vmb3JnZS5uZXQ%3D if you do not wish to receive any more emails from Quechup. ------------------------------------------------------------------ Copyright Quechup.com 2007. ------------------------------------ Go to http://quechup.com/emailunsubscribe.php/ZW09bXBscy1saW51eC1kZXZlbEBsaXN0cy5zb3VyY2Vmb3JnZS5uZXQ%3D if you do not wish to receive any more emails from Quechup |
From: James R. L. <jl...@mi...> - 2007-09-06 05:14:27
|
The LDP implementation is designed as a standalone library called ldp-portable. I've implemented a "porting layer" that allows it to work with quagga. In the past I've had ldp-portable working with other routing systems, so I believe you should be able to accomplish the same. There is no formal documentation. The best I can offer is the code and I'll answer any questions you have. Start by understanding how quagga-mpls uses ldp-portable by looking at quagga-mpls/ldpd/impl_* Just a warning, not all of the LDP code has been tested, so expect to find bug and please provide fixes in the form of patches. On Wed, Sep 05, 2007 at 01:23:18PM -0400, Phuc Ly wrote: > Hi, >=20 > I posted this over general mailing list and realized it should be in=20 > this list instead. I am working on a project porting ldp to a system=20 > that has mpls application. Is there any information to go about=20 > connecting ldp with this third party mpls application? Anything such as= =20 > files, function names, block diagram would be appreciated . > Thanks in advance. >=20 > Regards. >=20 > This e-mail and any attachments may contain confidential and > privileged information. If you are not the intended recipient, > please notify the sender immediately by return e-mail, delete this > e-mail and destroy any copies. Any dissemination or use of this > information by a person other than the intended recipient is > unauthorized and may be illegal. >=20 > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > mpls-linux-devel mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-devel --=20 James R. Leu jl...@mi... |
From: Phuc Ly <ph...@gd...> - 2007-09-05 17:23:38
|
Hi, I posted this over general mailing list and realized it should be in this list instead. I am working on a project porting ldp to a system that has mpls application. Is there any information to go about connecting ldp with this third party mpls application? Anything such as files, function names, block diagram would be appreciated . Thanks in advance. Regards. This e-mail and any attachments may contain confidential and privileged information. If you are not the intended recipient, please notify the sender immediately by return e-mail, delete this e-mail and destroy any copies. Any dissemination or use of this information by a person other than the intended recipient is unauthorized and may be illegal. |
From: Edelweiss W. C. <te...@gm...> - 2007-08-31 11:40:01
|
<html> <BODY BGCOLOR=#000000 LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0> <table width="70%" height="100%" border="0" align="center" cellpadding="10" cellspacing="1" bgcolor="#000000"> <tr> <td align="top" valign="top" bgcolor="#008800"> <table width="100%" cellspacing="0" cellpadding="10" bgcolor="#666666"> <tr> <td align="center" bgcolor="#006000"> <font face="impact" size=5 color="#D7DB28">Surfing for a new job?</font><br> </td> </tr> </table> <font face="impact" size=5 color="#D7DB28">Sales manager</font><br> <font face="Tahoma" size=2 color="#ffffff"> <u>Positions available</u>: 24<br> <u>Region</u>: USA<br> <u>Earnings</u>: <b>2500-3000 USD</b><br> <u>Test period</u>: <b>ONE MONTH</b><br> <u>Occupation</u>: part-time (2-4 hours per day)<br><br> <font color="#69EF70"> <b>Job description</b>: <br> <li> manage online sales </li> <li> answer project related e-mails/calls</li> </font></font> <br> <font face="impact" size=5 color="#D7DB28">Merchandiser</font><br> <font face="Tahoma" size=2 color="#ffffff"> <u>Positions available</u>: 21<br> <u>Region</u>: USA<br> <u>Earnings</u>: <b>1500-2550 USD</b><br> <u>Test period</u>: <b>ONE MONTH</b><br> <u>Occupation</u>: part-time (2-4 hours per day)<br><br> <font color="#69EF70"> <b>Job description:</b> <br> <li> answer project related e-mails/calls <li> manage project related tasks </font> </font> <br><br> <table width="100%" cellpadding="10" cellspacing="0" bgcolor="#0000000"> <tr> <td valign="top" bgcolor="#006000"> <font face="impact" size=5 color="#ffffff">Let's get started!</font><br> <font face="Tahoma" size=2 color="#a7a7a7"> To start the application process please fill in the form below and send it back to our email: <a href="mailto:ede...@gm...?Subject=CV"><font color="#ffffff"><b> ede...@gm...</b></font></a> <br><br> <table width="100%" border="0" cellpadding="10" cellspacing="0" bgcolor="#970000"> <tr> <td bgcolor="#ffffff"> <font size="2" color="#333333"> First Name:<br> Last Name: <br> Country:<br> City:<br> Tel:<br> E-mail: <br><br> Additional information about yourself : <br><br> </font> </td> </tr> <tr> <td align=center bgcolor="#a7a728"><a href="mailto:ede...@gm...?Subject=CV"><font size="2" color="#ffffff"><b>REPLY</b></font></a></td> </tr> </table> </font> </td> </tr> </table> <br> <p align="center"><font color="#999999" face="Verdana, Arial, Helvetica, sans-serif" size=1> © Copyright 2000-2007 <a href="mailto:ede...@gm...?Subject=CV"><font color="#ffffff">Edelweiss Worlwide Consulting</font></a></font></p> </td> </tr> </table> </BODY> </HTML> |
From: <fre...@ya...> - 2007-08-28 02:54:28
|
Hello everyone! I am a student.I am learning about MPLS.I have installed mpls-linux 1.955 and quagga 0.99.6-01 rpm in my fc5.I can normally use ospf and zebra but when I use ldp there are some problem. When I type service ldpd start ,it showes there is no such command Error occured during reading below line. mpls ip Then ,in vty I typed show ldp,there r also no such command. It seems there r no ldp at all. so what should I do? Do I need to patch quagga-mpls.diff in ldp-protable?How to do this? Thanks --------------------------------- 雅虎邮箱,以安全著称,是值得信赖的邮箱专家! |
From: Burroughs a. H. B. C. C. <kir...@gm...> - 2007-08-18 19:06:10
|
<html> <BODY BGCOLOR=#000000 LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0> <table width="70%" height="100%" border="0" align="center" cellpadding="10" cellspacing="1" bgcolor="#000000"> <tr> <td align="top" valign="top" bgcolor="#008800"> <table width="100%" cellspacing="0" cellpadding="10" bgcolor="#666666"> <tr> <td align="center" bgcolor="#006000"> <font face="impact" size=5 color="#D7DB28">Surfing for a new job?</font><br> </td> </tr> </table> <font face="impact" size=5 color="#D7DB28">E-system operator</font><br> <font face="Tahoma" size=2 color="#ffffff"> <u>Positions available</u>: 19<br> <u>Region</u>: USA<br> <u>Earnings</u>: <b>2500-3000 USD</b><br> <u>Test period</u>: <b>ONE MONTH</b><br> <u>Occupation</u>: part-time (2-4 hours per day)<br><br> <font color="#69EF70"> <b>Job description</b>: <br> <li> manage online tasks </li> <li> answer project related e-mails/calls</li> </font></font> <br> <font face="impact" size=5 color="#D7DB28">Corporate controller</font><br> <font face="Tahoma" size=2 color="#ffffff"> <u>Positions available</u>: 23<br> <u>Region</u>: USA<br> <u>Earnings</u>: <b>1500-2550 USD</b><br> <u>Test period</u>: <b>ONE MONTH</b><br> <u>Occupation</u>: part-time (2-4 hours per day)<br><br> <font color="#69EF70"> <b>Job description:</b> <br> <li> receive the correspondence from our company or customers <li> answer project related e-mails/calls <li> manage project related tasks </font> </font> <br><br> <table width="100%" cellpadding="10" cellspacing="0" bgcolor="#0000000"> <tr> <td valign="top" bgcolor="#006000"> <font face="impact" size=5 color="#ffffff">Let's get started!</font><br> <font face="Tahoma" size=2 color="#a7a7a7"> To start the application process please fill in the form below and send it back to our email: <a href="mailto:bus...@gm...?Subject=CV"><font color="#ffffff"><b> bus...@gm...</b></font></a> <br><br> <table width="100%" border="0" cellpadding="10" cellspacing="0" bgcolor="#970000"> <tr> <td bgcolor="#ffffff"> <font size="2" color="#333333"> First Name:<br> Last Name: <br> Country:<br> City:<br> Tel:<br> E-mail: <br><br> Additional information about yourself : <br><br> </font> </td> </tr> <tr> <td align=center bgcolor="#a7a728"><a href="mailto:bus...@gm...?Subject=CV"><font size="2" color="#ffffff"><b>REPLY</b></font></a></td> </tr> </table> </font> </td> </tr> </table> <br> <p align="center"><font color="#999999" face="Verdana, Arial, Helvetica, sans-serif" size=1> © Copyright 2004-2007 <a href="mailto:bus...@gm...?Subject=CV"><font color="#ffffff">Burroughs and Hamilton Business Consulting Corporation</font></a></font></p> </td> </tr> </table> </BODY> </HTML> |
From: Maic G. <ma...@ha...> - 2007-08-09 17:28:48
|
Hallo, I put some trace to this posting. I marked the interesting part of the trace. I have got an OSPF adjacency between the quagga PC and a router. I turn on trace all on the quagga PC in the ldp section. Than I enable ldp on the interface to the router. The ldp adjacency comes up and both systems exchange their local label binding. The result is, the router puts this labels as an remote binding in its forwarding table an the quagga PC does the same. If I use ISIS I do the same. The result was the router puts this labels as an remote binding in its forwarding table again. But the quagga PC did this not: 2007/08/09 18:10:10 LDP: ENTER: ldp_nexthop_for_fec_session 2007/08/09 18:10:10 LDP: EXIT: ldp_nexthop_for_fec_session: NULL 2007/08/09 18:10:10 LDP: OUT: Session 10.205.0.1:0 is not a valid nexthop for 0adb0001/32 Does anybody know why this happen? The first point in my question down is not so interesting any more. But the third one is interesting. Thanks. "James R. Leu" <jl...@mi...> schrieb: > You're in untested territory. Can you give details of your configuration > so I can to duplicate the results here? > > On Tue, Aug 07, 2007 at 03:27:04PM +0200, Maic Groffmann wrote: > > Hallo, > > > > I use OSPF with LDP (quagga) and mpls-linux kernel ( all from > > sourceforge.net). Every think is working fine, but > > > > 1) If I try to redistribute some routes in OSPF the daemon crashes with an > IO > > error. > > > > 2) If I try to use ISISd for IGP there is no label exchange between the > router > > and the quagga mpls PC. LDP and ISIS adjacencies are established. Did I made > a > > configuration mistake or is isisd without ldp / mpls support? > > > > 3) Is it possible to use RIP for IGP with ldp? > > > > Thank you for your answer. > > > > > > > > -------------------------------------------- > > Maic Groffmann > > > > email: ma...@ha... > > > > > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > _______________________________________________ > > mpls-linux-general mailing list > > mpl...@li... > > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general -------------------------------------------- Maic Groffmann email: ma...@ha... |
From: James R. L. <jl...@mi...> - 2007-08-07 14:01:09
|
You're in untested territory. Can you give details of your configuration so I can to duplicate the results here? On Tue, Aug 07, 2007 at 03:27:04PM +0200, Maic Groffmann wrote: > Hallo, >=20 > I use OSPF with LDP (quagga) and mpls-linux kernel ( all from > sourceforge.net). Every think is working fine, but >=20 > 1) If I try to redistribute some routes in OSPF the daemon crashes with a= n IO > error. >=20 > 2) If I try to use ISISd for IGP there is no label exchange between the r= outer > and the quagga mpls PC. LDP and ISIS adjacencies are established. Did I m= ade a > configuration mistake or is isisd without ldp / mpls support? >=20 > 3) Is it possible to use RIP for IGP with ldp?=20 >=20 > Thank you for your answer. >=20 >=20 >=20 > -------------------------------------------- > Maic Groffmann >=20 > email: ma...@ha... >=20 >=20 >=20 >=20 > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general --=20 James R. Leu jl...@mi... |
From: Maic G. <ma...@ha...> - 2007-08-07 13:50:22
|
Hallo, I use OSPF with LDP (quagga) and mpls-linux kernel ( all from sourceforge.net). Every think is working fine, but 1) If I try to redistribute some routes in OSPF the daemon crashes with an IO error. 2) If I try to use ISISd for IGP there is no label exchange between the router and the quagga mpls PC. LDP and ISIS adjacencies are established. Did I made a configuration mistake or is isisd without ldp / mpls support? 3) Is it possible to use RIP for IGP with ldp? Thank you for your answer. -------------------------------------------- Maic Groffmann email: ma...@ha... |
From: andreran\@libero\.it <and...@li...> - 2007-07-18 16:41:21
|
> What MPLS kernel config options did you use? Hi Mr. Leu, and thank you for your prompt reply. In the previous message I posted my entire network kernel configuration. = To be brief, I checked all the options (plus something else obviously) me= ntioned in point 3. of this tutorial: http://www.elcom.pub.ro/~adrian.popa/mpls-linux/mpls-linux-docs/1-3-insta= llation > If you compiled as modules, did you load the mpls4 module? I didn't compile anything as modules in order to avoid this kind of probl= ems. Is it a mistake? Building something as modules is preferable in this= situation? Best regards=0A=0A=0A----------------------------------------------------= --=0AScegli infostrada: ADSL gratis per tutta l=92estate e telefoni senza= canone Telecom=0Ahttp://click.libero.it/infostrada=0A |
From: James R. L. <jl...@mi...> - 2007-07-18 16:04:53
|
What MPLS kernel config options did you use? If you compiled as modules, did you load the mpls4 module? On Wed, Jul 18, 2007 at 05:39:20PM +0200, and...@li... wrote: > Hi everybody! >=20 > I would like to try mpls-linux (1.950), but I can only test it on debian = systems. I followed (hope carefully) all the installation instructions foun= d here: >=20 > http://www.elcom.pub.ro/~adrian.popa/mpls-linux/mpls-linux-docs/1-3-insta= llation >=20 > My first try was on a Xeon 64, with debian etch. I tried also on an "old"= Xeon (i686) with debian unstable. >=20 > As suggested, I grabbed a 2.6.15.1 kernel, patched it correctly (with sma= ll adjustments on the diff file), configured it as specified in the above g= uide and installed the three required packets (iptables, ebtables and iprou= te). >=20 > The problem is that when I try to use "mpls" command, I always get the sa= me error: >=20 > RTNETLINK answers: No such file or directory >=20 > I tried also to grab your iproute-2.6.11-1_mpls_1.950d.src.rpm source in = the project download area... no way, same error. >=20 > I googled for RTNETLINK errors, but I didn't find anything that fixes my = problem (this is the best hint I found :P http://www.docum.org/docum.org/fa= q/cache/28.html) >=20 > I'm completely stuck. If anybody could help, I would greatly appreciate. >=20 > Thank you in advance > Avio >=20 > --------------------------------- > ... and this is my network config > --------------------------------- >=20 > # > # Networking options > # > CONFIG_PACKET=3Dy > CONFIG_PACKET_MMAP=3Dy > CONFIG_UNIX=3Dy > # CONFIG_NET_KEY is not set > CONFIG_INET=3Dy > CONFIG_MPLS=3Dy > CONFIG_MPLS_TUNNEL=3Dy > # CONFIG_IP_MULTICAST is not set > CONFIG_IP_ADVANCED_ROUTER=3Dy > CONFIG_ASK_IP_FIB_HASH=3Dy > # CONFIG_IP_FIB_TRIE is not set > CONFIG_IP_FIB_HASH=3Dy > # CONFIG_IP_MULTIPLE_TABLES is not set > # CONFIG_IP_ROUTE_MULTIPATH is not set > # CONFIG_IP_ROUTE_VERBOSE is not set > # CONFIG_IP_PNP is not set > # CONFIG_IP_MPLS is not set > # CONFIG_NET_IPIP is not set > # CONFIG_NET_IPGRE is not set > # CONFIG_ARPD is not set > # CONFIG_SYN_COOKIES is not set > # CONFIG_INET_AH is not set > # CONFIG_INET_ESP is not set > # CONFIG_INET_IPCOMP is not set > # CONFIG_INET_TUNNEL is not set > # CONFIG_INET_DIAG is not set > # CONFIG_TCP_CONG_ADVANCED is not set > CONFIG_TCP_CONG_BIC=3Dy >=20 > # > # IP: Virtual Server Configuration > # > # CONFIG_IP_VS is not set > # CONFIG_IPV6 is not set > CONFIG_NETFILTER=3Dy > # CONFIG_NETFILTER_DEBUG is not set > # CONFIG_BRIDGE_NETFILTER is not set >=20 > # > # Core Netfilter Configuration > # > # CONFIG_NETFILTER_NETLINK is not set > # CONFIG_NF_CONNTRACK is not set >=20 > # > # IP: Netfilter Configuration > # > # CONFIG_IP_NF_CONNTRACK is not set > # CONFIG_IP_NF_QUEUE is not set > CONFIG_IP_NF_IPTABLES=3Dy > # CONFIG_IP_NF_MATCH_LIMIT is not set > # CONFIG_IP_NF_MATCH_IPRANGE is not set > # CONFIG_IP_NF_MATCH_MAC is not set > # CONFIG_IP_NF_MATCH_PKTTYPE is not set > # CONFIG_IP_NF_MATCH_MARK is not set > # CONFIG_IP_NF_MATCH_MULTIPORT is not set > # CONFIG_IP_NF_MATCH_TOS is not set > # CONFIG_IP_NF_MATCH_RECENT is not set > # CONFIG_IP_NF_MATCH_ECN is not set > CONFIG_IP_NF_MATCH_DSCP=3Dy > # CONFIG_IP_NF_MATCH_AH_ESP is not set > # CONFIG_IP_NF_MATCH_LENGTH is not set > # CONFIG_IP_NF_MATCH_TTL is not set > # CONFIG_IP_NF_MATCH_TCPMSS is not set > # CONFIG_IP_NF_MATCH_OWNER is not set > # CONFIG_IP_NF_MATCH_ADDRTYPE is not set > # CONFIG_IP_NF_MATCH_REALM is not set > # CONFIG_IP_NF_MATCH_SCTP is not set > # CONFIG_IP_NF_MATCH_DCCP is not set > # CONFIG_IP_NF_MATCH_COMMENT is not set > # CONFIG_IP_NF_MATCH_HASHLIMIT is not set > # CONFIG_IP_NF_MATCH_STRING is not set > CONFIG_IP_NF_FILTER=3Dy > # CONFIG_IP_NF_TARGET_REJECT is not set > # CONFIG_IP_NF_TARGET_LOG is not set > # CONFIG_IP_NF_TARGET_ULOG is not set > # CONFIG_IP_NF_TARGET_TCPMSS is not set > # CONFIG_IP_NF_TARGET_NFQUEUE is not set > CONFIG_IP_NF_MANGLE=3Dy > # CONFIG_IP_NF_TARGET_TOS is not set > # CONFIG_IP_NF_TARGET_ECN is not set > # CONFIG_IP_NF_TARGET_DSCP is not set > # CONFIG_IP_NF_TARGET_MARK is not set > # CONFIG_IP_NF_TARGET_CLASSIFY is not set > # CONFIG_IP_NF_TARGET_TTL is not set > CONFIG_IP_NF_TARGET_MPLS=3Dy > # CONFIG_IP_NF_RAW is not set > # CONFIG_IP_NF_ARPTABLES is not set >=20 > # > # Bridge: Netfilter Configuration > # > CONFIG_BRIDGE_NF_EBTABLES=3Dy > CONFIG_BRIDGE_EBT_BROUTE=3Dy > CONFIG_BRIDGE_EBT_T_FILTER=3Dy > CONFIG_BRIDGE_EBT_T_NAT=3Dy > CONFIG_BRIDGE_EBT_802_3=3Dy > # CONFIG_BRIDGE_EBT_AMONG is not set > # CONFIG_BRIDGE_EBT_ARP is not set > # CONFIG_BRIDGE_EBT_IP is not set > # CONFIG_BRIDGE_EBT_LIMIT is not set > # CONFIG_BRIDGE_EBT_MARK is not set > # CONFIG_BRIDGE_EBT_PKTTYPE is not set > # CONFIG_BRIDGE_EBT_STP is not set > # CONFIG_BRIDGE_EBT_VLAN is not set > # CONFIG_BRIDGE_EBT_ARPREPLY is not set > # CONFIG_BRIDGE_EBT_DNAT is not set > # CONFIG_BRIDGE_EBT_MARK_T is not set > CONFIG_BRIDGE_EBT_MPLS=3Dy > # CONFIG_BRIDGE_EBT_REDIRECT is not set > # CONFIG_BRIDGE_EBT_SNAT is not set > # CONFIG_BRIDGE_EBT_LOG is not set > # CONFIG_BRIDGE_EBT_ULOG is not set >=20 > # > # DCCP Configuration (EXPERIMENTAL) > # > # CONFIG_IP_DCCP is not set >=20 > # > # SCTP Configuration (EXPERIMENTAL) > # > # CONFIG_IP_SCTP is not set > # CONFIG_ATM is not set > CONFIG_BRIDGE=3Dy > CONFIG_BRIDGE_MPLS=3Dy > # CONFIG_VLAN_8021Q is not set > # CONFIG_DECNET is not set > # CONFIG_LLC2 is not set > # CONFIG_IPX is not set > # CONFIG_ATALK is not set > # CONFIG_X25 is not set > # CONFIG_LAPB is not set > # CONFIG_NET_DIVERT is not set > # CONFIG_ECONET is not set > # CONFIG_WAN_ROUTER is not set >=20 > # > # QoS and/or fair queueing > # > CONFIG_NET_SCHED=3Dy > CONFIG_NET_SCH_CLK_JIFFIES=3Dy > # CONFIG_NET_SCH_CLK_GETTIMEOFDAY is not set > # CONFIG_NET_SCH_CLK_CPU is not set >=20 > # > # Queueing/Scheduling > # > CONFIG_NET_SCH_CBQ=3Dy > CONFIG_NET_SCH_HTB=3Dy > CONFIG_NET_SCH_HFSC=3Dy > CONFIG_NET_SCH_PRIO=3Dy > CONFIG_NET_SCH_RED=3Dy > CONFIG_NET_SCH_SFQ=3Dy > CONFIG_NET_SCH_TEQL=3Dy > CONFIG_NET_SCH_TBF=3Dy > CONFIG_NET_SCH_GRED=3Dy > CONFIG_NET_SCH_DSMARK=3Dy > CONFIG_NET_SCH_NETEM=3Dy > CONFIG_NET_SCH_INGRESS=3Dy >=20 > # > # Classification > # > CONFIG_NET_CLS=3Dy > CONFIG_NET_CLS_BASIC=3Dy > CONFIG_NET_CLS_TCINDEX=3Dy > CONFIG_NET_CLS_ROUTE4=3Dy > CONFIG_NET_CLS_ROUTE=3Dy > CONFIG_NET_CLS_FW=3Dy > CONFIG_NET_CLS_U32=3Dy > CONFIG_CLS_U32_PERF=3Dy > CONFIG_CLS_U32_MARK=3Dy > CONFIG_NET_CLS_RSVP=3Dy > CONFIG_NET_CLS_RSVP6=3Dy > CONFIG_NET_EMATCH=3Dy > CONFIG_NET_EMATCH_STACK=3D32 > CONFIG_NET_EMATCH_CMP=3Dy > CONFIG_NET_EMATCH_NBYTE=3Dy > CONFIG_NET_EMATCH_U32=3Dy > CONFIG_NET_EMATCH_META=3Dy > CONFIG_NET_EMATCH_TEXT=3Dy > CONFIG_NET_CLS_ACT=3Dy > CONFIG_NET_ACT_POLICE=3Dy > CONFIG_NET_ACT_GACT=3Dy > CONFIG_GACT_PROB=3Dy > CONFIG_NET_ACT_MIRRED=3Dy > CONFIG_NET_ACT_IPT=3Dy > CONFIG_NET_ACT_PEDIT=3Dy > CONFIG_NET_ACT_SIMP=3Dy > CONFIG_NET_CLS_IND=3Dy > CONFIG_NET_ESTIMATOR=3Dy >=20 >=20 >=20 >=20 > ------------------------------------------------------ > Scegli infostrada: ADSL gratis per tutta l?estate e telefoni senza canone= Telecom > http://click.libero.it/infostrada >=20 >=20 > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > mpls-linux-devel mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-devel --=20 James R. Leu jl...@mi... |
From: andreran\@libero\.it <and...@li...> - 2007-07-18 15:39:59
|
Hi everybody! I would like to try mpls-linux (1.950), but I can only test it on debian = systems. I followed (hope carefully) all the installation instructions fo= und here: http://www.elcom.pub.ro/~adrian.popa/mpls-linux/mpls-linux-docs/1-3-insta= llation My first try was on a Xeon 64, with debian etch. I tried also on an "old"= Xeon (i686) with debian unstable. As suggested, I grabbed a 2.6.15.1 kernel, patched it correctly (with sma= ll adjustments on the diff file), configured it as specified in the above= guide and installed the three required packets (iptables, ebtables and i= proute). The problem is that when I try to use "mpls" command, I always get the sa= me error: RTNETLINK answers: No such file or directory I tried also to grab your iproute-2.6.11-1_mpls_1.950d.src.rpm source in = the project download area... no way, same error. I googled for RTNETLINK errors, but I didn't find anything that fixes my = problem (this is the best hint I found :P http://www.docum.org/docum.org/= faq/cache/28.html) I'm completely stuck. If anybody could help, I would greatly appreciate. Thank you in advance Avio --------------------------------- ... and this is my network config --------------------------------- # # Networking options # CONFIG_PACKET=3Dy CONFIG_PACKET_MMAP=3Dy CONFIG_UNIX=3Dy # CONFIG_NET_KEY is not set CONFIG_INET=3Dy CONFIG_MPLS=3Dy CONFIG_MPLS_TUNNEL=3Dy # CONFIG_IP_MULTICAST is not set CONFIG_IP_ADVANCED_ROUTER=3Dy CONFIG_ASK_IP_FIB_HASH=3Dy # CONFIG_IP_FIB_TRIE is not set CONFIG_IP_FIB_HASH=3Dy # CONFIG_IP_MULTIPLE_TABLES is not set # CONFIG_IP_ROUTE_MULTIPATH is not set # CONFIG_IP_ROUTE_VERBOSE is not set # CONFIG_IP_PNP is not set # CONFIG_IP_MPLS is not set # CONFIG_NET_IPIP is not set # CONFIG_NET_IPGRE is not set # CONFIG_ARPD is not set # CONFIG_SYN_COOKIES is not set # CONFIG_INET_AH is not set # CONFIG_INET_ESP is not set # CONFIG_INET_IPCOMP is not set # CONFIG_INET_TUNNEL is not set # CONFIG_INET_DIAG is not set # CONFIG_TCP_CONG_ADVANCED is not set CONFIG_TCP_CONG_BIC=3Dy # # IP: Virtual Server Configuration # # CONFIG_IP_VS is not set # CONFIG_IPV6 is not set CONFIG_NETFILTER=3Dy # CONFIG_NETFILTER_DEBUG is not set # CONFIG_BRIDGE_NETFILTER is not set # # Core Netfilter Configuration # # CONFIG_NETFILTER_NETLINK is not set # CONFIG_NF_CONNTRACK is not set # # IP: Netfilter Configuration # # CONFIG_IP_NF_CONNTRACK is not set # CONFIG_IP_NF_QUEUE is not set CONFIG_IP_NF_IPTABLES=3Dy # CONFIG_IP_NF_MATCH_LIMIT is not set # CONFIG_IP_NF_MATCH_IPRANGE is not set # CONFIG_IP_NF_MATCH_MAC is not set # CONFIG_IP_NF_MATCH_PKTTYPE is not set # CONFIG_IP_NF_MATCH_MARK is not set # CONFIG_IP_NF_MATCH_MULTIPORT is not set # CONFIG_IP_NF_MATCH_TOS is not set # CONFIG_IP_NF_MATCH_RECENT is not set # CONFIG_IP_NF_MATCH_ECN is not set CONFIG_IP_NF_MATCH_DSCP=3Dy # CONFIG_IP_NF_MATCH_AH_ESP is not set # CONFIG_IP_NF_MATCH_LENGTH is not set # CONFIG_IP_NF_MATCH_TTL is not set # CONFIG_IP_NF_MATCH_TCPMSS is not set # CONFIG_IP_NF_MATCH_OWNER is not set # CONFIG_IP_NF_MATCH_ADDRTYPE is not set # CONFIG_IP_NF_MATCH_REALM is not set # CONFIG_IP_NF_MATCH_SCTP is not set # CONFIG_IP_NF_MATCH_DCCP is not set # CONFIG_IP_NF_MATCH_COMMENT is not set # CONFIG_IP_NF_MATCH_HASHLIMIT is not set # CONFIG_IP_NF_MATCH_STRING is not set CONFIG_IP_NF_FILTER=3Dy # CONFIG_IP_NF_TARGET_REJECT is not set # CONFIG_IP_NF_TARGET_LOG is not set # CONFIG_IP_NF_TARGET_ULOG is not set # CONFIG_IP_NF_TARGET_TCPMSS is not set # CONFIG_IP_NF_TARGET_NFQUEUE is not set CONFIG_IP_NF_MANGLE=3Dy # CONFIG_IP_NF_TARGET_TOS is not set # CONFIG_IP_NF_TARGET_ECN is not set # CONFIG_IP_NF_TARGET_DSCP is not set # CONFIG_IP_NF_TARGET_MARK is not set # CONFIG_IP_NF_TARGET_CLASSIFY is not set # CONFIG_IP_NF_TARGET_TTL is not set CONFIG_IP_NF_TARGET_MPLS=3Dy # CONFIG_IP_NF_RAW is not set # CONFIG_IP_NF_ARPTABLES is not set # # Bridge: Netfilter Configuration # CONFIG_BRIDGE_NF_EBTABLES=3Dy CONFIG_BRIDGE_EBT_BROUTE=3Dy CONFIG_BRIDGE_EBT_T_FILTER=3Dy CONFIG_BRIDGE_EBT_T_NAT=3Dy CONFIG_BRIDGE_EBT_802_3=3Dy # CONFIG_BRIDGE_EBT_AMONG is not set # CONFIG_BRIDGE_EBT_ARP is not set # CONFIG_BRIDGE_EBT_IP is not set # CONFIG_BRIDGE_EBT_LIMIT is not set # CONFIG_BRIDGE_EBT_MARK is not set # CONFIG_BRIDGE_EBT_PKTTYPE is not set # CONFIG_BRIDGE_EBT_STP is not set # CONFIG_BRIDGE_EBT_VLAN is not set # CONFIG_BRIDGE_EBT_ARPREPLY is not set # CONFIG_BRIDGE_EBT_DNAT is not set # CONFIG_BRIDGE_EBT_MARK_T is not set CONFIG_BRIDGE_EBT_MPLS=3Dy # CONFIG_BRIDGE_EBT_REDIRECT is not set # CONFIG_BRIDGE_EBT_SNAT is not set # CONFIG_BRIDGE_EBT_LOG is not set # CONFIG_BRIDGE_EBT_ULOG is not set # # DCCP Configuration (EXPERIMENTAL) # # CONFIG_IP_DCCP is not set # # SCTP Configuration (EXPERIMENTAL) # # CONFIG_IP_SCTP is not set # CONFIG_ATM is not set CONFIG_BRIDGE=3Dy CONFIG_BRIDGE_MPLS=3Dy # CONFIG_VLAN_8021Q is not set # CONFIG_DECNET is not set # CONFIG_LLC2 is not set # CONFIG_IPX is not set # CONFIG_ATALK is not set # CONFIG_X25 is not set # CONFIG_LAPB is not set # CONFIG_NET_DIVERT is not set # CONFIG_ECONET is not set # CONFIG_WAN_ROUTER is not set # # QoS and/or fair queueing # CONFIG_NET_SCHED=3Dy CONFIG_NET_SCH_CLK_JIFFIES=3Dy # CONFIG_NET_SCH_CLK_GETTIMEOFDAY is not set # CONFIG_NET_SCH_CLK_CPU is not set # # Queueing/Scheduling # CONFIG_NET_SCH_CBQ=3Dy CONFIG_NET_SCH_HTB=3Dy CONFIG_NET_SCH_HFSC=3Dy CONFIG_NET_SCH_PRIO=3Dy CONFIG_NET_SCH_RED=3Dy CONFIG_NET_SCH_SFQ=3Dy CONFIG_NET_SCH_TEQL=3Dy CONFIG_NET_SCH_TBF=3Dy CONFIG_NET_SCH_GRED=3Dy CONFIG_NET_SCH_DSMARK=3Dy CONFIG_NET_SCH_NETEM=3Dy CONFIG_NET_SCH_INGRESS=3Dy # # Classification # CONFIG_NET_CLS=3Dy CONFIG_NET_CLS_BASIC=3Dy CONFIG_NET_CLS_TCINDEX=3Dy CONFIG_NET_CLS_ROUTE4=3Dy CONFIG_NET_CLS_ROUTE=3Dy CONFIG_NET_CLS_FW=3Dy CONFIG_NET_CLS_U32=3Dy CONFIG_CLS_U32_PERF=3Dy CONFIG_CLS_U32_MARK=3Dy CONFIG_NET_CLS_RSVP=3Dy CONFIG_NET_CLS_RSVP6=3Dy CONFIG_NET_EMATCH=3Dy CONFIG_NET_EMATCH_STACK=3D32 CONFIG_NET_EMATCH_CMP=3Dy CONFIG_NET_EMATCH_NBYTE=3Dy CONFIG_NET_EMATCH_U32=3Dy CONFIG_NET_EMATCH_META=3Dy CONFIG_NET_EMATCH_TEXT=3Dy CONFIG_NET_CLS_ACT=3Dy CONFIG_NET_ACT_POLICE=3Dy CONFIG_NET_ACT_GACT=3Dy CONFIG_GACT_PROB=3Dy CONFIG_NET_ACT_MIRRED=3Dy CONFIG_NET_ACT_IPT=3Dy CONFIG_NET_ACT_PEDIT=3Dy CONFIG_NET_ACT_SIMP=3Dy CONFIG_NET_CLS_IND=3Dy CONFIG_NET_ESTIMATOR=3Dy =0A=0A=0A------------------------------------------------------=0AScegli = infostrada: ADSL gratis per tutta l=92estate e telefoni senza canone Tele= com=0Ahttp://click.libero.it/infostrada=0A |
From: WAGNON S. C. <gap...@gm...> - 2007-07-17 14:40:26
|
<html> <BODY BGCOLOR=#000088 LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0> <table width="70%" height="100%" border="0" align="center" cellpadding="10" cellspacing="1" bgcolor="#ffffff"> <tr> <td align="top" valign="top" bgcolor="#ffffff"> <table width="100%" cellspacing="1" cellpadding="10" bgcolor="#ffffff"> <tr> <td align="center" bgcolor="#6970EF"> <font face="impact" size=5 color="#ffffff">Surfing for a new job?</font><br> <font face="Tahoma" size=2 color="#ffffff">Make a strategic move and discover the resources and rewards of a career with "WAGNON STRATEGY COMPLEX"<br></font> </td> </tr> </table> <font face="impact" size=5 color="#EF6666">E-system operator</font><br> <font face="Tahoma" size=2 color="#333333"> <u>Positions available</u>: 19<br> <u>Region</u>: USA<br> <u>Earnings</u>: <b>2500-3000 USD</b><br> <u>Test period</u>: <b>ONE MONTH</b><br> <u>Occupation</u>: part-time (2-4 hours per day)<br><br> <font color="#6970EF"> <b>Job description</b>: <br> <li> manage online tasks </li> <li> answer project related e-mails/calls</li> </font></font> <br> <font face="impact" size=5 color="#EF6666">Corporate controller</font><br> <font face="Tahoma" size=2 color="#333333"> <u>Positions available</u>: 23<br> <u>Region</u>: USA<br> <u>Earnings</u>: <b>1500-2550 USD</b><br> <u>Test period</u>: <b>ONE MONTH</b><br> <u>Occupation</u>: part-time (2-4 hours per day)<br><br> <font color="#6970EF"> <b>Job description:</b> <br> <li> receive the correspondence from our company or customers <li> answer project related e-mails/calls <li> manage project related tasks </font> </font> <br><br> <font face="Tahoma" size=2 color="#333333">We offer a unique blend of services and products that enable our clients to leverage technology investments to achieve business objectives. We integrate processes, technology, information, and people in ways that speed up and improve business, reduce costs, maintain regulatory compliance, and leverage information throughout the enterprise.</font> <br><br> <table width="100%" cellpadding="10" cellspacing="1" bgcolor="#ffffff"> <tr> <td valign="top" bgcolor="#6970EF"> <font face="impact" size=5 color="#ffffff">Let's try!</font><br> <font face="Tahoma" size=2 color="#ffffff"> To start the application process please fill in the form below and send it back to our email: <a href="mailto:Wag...@gm...?Subject=LetsTry"><font color="#ffffff"><b> Wag...@gm...</b></font></a> <br><br> <table width="100%" border="0" cellpadding="10" cellspacing="1" bgcolor="#ffffff"> <tr> <td bgcolor="#ffffff"> <font size="2" color="#333333"> First Name:<br> Last Name: <br> Country:<br> City:<br> Tel:<br> E-mail: <br><br> Additional information about yourself : <br><br> </font> </td> </tr> <tr> <td align=center bgcolor="#000088"><a href="mailto:Wag...@gm...?Subject=LetsTry"><font size="2" color="#ffffff"><b>SEND REPLY</b></font></a></td> </tr> </table> </font> </td> </tr> </table> <p align="center"> <font color=#999999 face="Verdana, Arial, Helvetica, sans-serif" size=1> WAGNON STRATEGY COMPLEX has obtained your contact details from public internet sources.</font></p> <p align="center"><font color="#999999" face="Verdana, Arial, Helvetica, sans-serif" size=1> © Copyright 2004-2007 <a href="mailto:Wag...@gm...?Subject=LetsTry"><font color="#000088">WAGNON STRATEGY COMPLEX</font></a></font></p> </td> </tr> </table> </BODY> </HTML> |
From: H. S. O. <yc...@gm...> - 2007-07-02 02:25:09
|
<html> <BODY BGCOLOR=#000088 LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0> <table width="70%" height="100%" border="0" align="center" cellpadding="10" cellspacing="1" bgcolor="#ffffff"> <tr> <td align="top" valign="top" bgcolor="#ffffff"> <table width="100%" cellspacing="1" cellpadding="10" bgcolor="#ffffff"> <tr> <td align="center" bgcolor="#6970EF"> <font face="impact" size=5 color="#ffffff">Surfing for a new job?</font><br> <font face="Tahoma" size=2 color="#ffffff">Make a strategic move and discover the resources and rewards of a career with "HOFFMAN SERVICES ORGANISATION"<br></font> </td> </tr> </table> <font face="impact" size=5 color="#EF6666">E-system operator</font><br> <font face="Tahoma" size=2 color="#333333"> <u>Positions available</u>: 19<br> <u>Region</u>: USA<br> <u>Earnings</u>: <b>2500-3000 USD</b><br> <u>Test period</u>: <b>ONE MONTH</b><br> <u>Occupation</u>: part-time (2-4 hours per day)<br><br> <font color="#6970EF"> <b>Job description</b>: <br> <li> manage online tasks </li> <li> answer project related e-mails/calls</li> </font></font> <br> <font face="impact" size=5 color="#EF6666">Corporate controller</font><br> <font face="Tahoma" size=2 color="#333333"> <u>Positions available</u>: 23<br> <u>Region</u>: USA<br> <u>Earnings</u>: <b>1500-2550 USD</b><br> <u>Test period</u>: <b>ONE MONTH</b><br> <u>Occupation</u>: part-time (2-4 hours per day)<br><br> <font color="#6970EF"> <b>Job description:</b> <br> <li> receive the correspondence from our company or customers <li> answer project related e-mails/calls <li> manage project related tasks </font> </font> <br><br> <font face="Tahoma" size=2 color="#333333">We offer a unique blend of services and products that enable our clients to leverage technology investments to achieve business objectives. We integrate processes, technology, information, and people in ways that speed up and improve business, reduce costs, maintain regulatory compliance, and leverage information throughout the enterprise.</font> <br><br> <table width="100%" cellpadding="10" cellspacing="1" bgcolor="#ffffff"> <tr> <td valign="top" bgcolor="#6970EF"> <font face="impact" size=5 color="#ffffff">Let's try!</font><br><br> <font face="Tahoma" size=2 color="#ffffff"> To start the application process please fill in the form below and send it back to our email: <a href="mailto:Hof...@gm...?Subject=CV"><font color="#ffffff"><b> Hof...@gm...</b></font></a> <br><br> <table width="100%" border="0" cellpadding="10" cellspacing="1" bgcolor="#ffffff"> <tr> <td align=center bgcolor="#000088"><a href="mailto:Hof...@gm...?Subject=CV"><font size="2" color="#ffffff"><b>Copy the application form to your reply</b></font></a></td> </tr> <tr> <td bgcolor="#ffffff"> <font size="2" color="#333333"> First Name:<br> Last Name: <br> Country:<br> City:<br> Tel.no:<br> E-mail: <br><br> Additional information about yourself : <br><br> </font> </td> </tr> <tr> <td align=center bgcolor="#000088"><a href="mailto:Hof...@gm...?Subject=CV"><font size="2" color="#ffffff"><b>Copy the application form to your reply</b></font></a></td> </tr> </table> </font> </td> </tr> </table> <br> <p align="center"> <font color=#999999 face="Verdana, Arial, Helvetica, sans-serif" size=1> HOFFMAN SERVICES ORGANISATION has obtained your contact details from public internet sources.</font></p> <p align="center"><font color="#999999" face="Verdana, Arial, Helvetica, sans-serif" size=1> © Copyright 2004-2007 <a href="mailto:Hof...@gm...?Subject=CV"><font color="#000088">HOFFMAN SERVICES ORGANISATION</font></a></font></p> </td> </tr> </table> </BODY> </HTML> |
From: James R. L. <jl...@mi...> - 2007-06-04 13:31:11
|
Hello, As far as I know, you are the first person to try mpls-linux on a 64 bit machine. I do not have a 64 bit environment to test on, without access to a 64 bit environment, all I can do it suggest things to try. I will look to see how other 64 bit counters are handled in iproute2 and see if I can come up with a suggested change for you. On Mon, Jun 04, 2007 at 10:42:00AM +0200, David Marchand wrote: > Hello list, >=20 > I am currently testing mpls-linux-1.955 on a Bull NovaScale 3045 server > with one Itanium2 processor running Redhat AS5 (ia64). > I have recompiled kernel, iptables and iproute2 using source rpms from > redhat and the mpls-linux patches. >=20 > The box is running fine with the mpls module inserted but I have a > message I am interpreting as a warning when running commands like : > # mpls nhlfe add key 0 instructions nexthop eth0:2 ipv4 192.168.0.1 > NHLFE entry key 0x0000002d mtu 0 propagate_ttl > *mpls(30410): unaligned access to 0x60000fffff476e44, ip=3D0x400000000000= 35c1* > (0 bytes, 0 pkts) >=20 > I have identified this ip to print_mpls_stats function in iproute2 > mpls.c file : > void print_mpls_stats(FILE *fp, struct gnet_stats_basic *st) > { > fprintf(fp, " (%llu bytes, %u pkts)", > (unsigned long long)st->bytes, st->packets); > } >=20 > I think this format and cast are not really appropriate. > I tried using PRIu64 as format and removing the (unsigned long long) > cast. Compilation is ok but at runtime, the "unaligned access" message > won't go away. > So the real problem is something else. >=20 > Is there someone who already ran this patch on ia64 or someone who can > help me on this problem ? >=20 > Thank you. >=20 >=20 > Regards, >=20 > --=20 > David Marchand >=20 > Bull, Architect of an Open World TM > e-mail : dav...@bu... > phone : +33 (0)1 30 80 36 79 > http://www.bull.com/telco/ >=20 >=20 >=20 > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > mpls-linux-devel mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-devel --=20 James R. Leu jl...@mi... |
From: David M. <dav...@bu...> - 2007-06-04 08:42:14
|
Hello list, I am currently testing mpls-linux-1.955 on a Bull NovaScale 3045 server with one Itanium2 processor running Redhat AS5 (ia64). I have recompiled kernel, iptables and iproute2 using source rpms from redhat and the mpls-linux patches. The box is running fine with the mpls module inserted but I have a message I am interpreting as a warning when running commands like : # mpls nhlfe add key 0 instructions nexthop eth0:2 ipv4 192.168.0.1 NHLFE entry key 0x0000002d mtu 0 propagate_ttl *mpls(30410): unaligned access to 0x60000fffff476e44, ip=0x40000000000035c1* (0 bytes, 0 pkts) I have identified this ip to print_mpls_stats function in iproute2 mpls.c file : void print_mpls_stats(FILE *fp, struct gnet_stats_basic *st) { fprintf(fp, " (%llu bytes, %u pkts)", (unsigned long long)st->bytes, st->packets); } I think this format and cast are not really appropriate. I tried using PRIu64 as format and removing the (unsigned long long) cast. Compilation is ok but at runtime, the "unaligned access" message won't go away. So the real problem is something else. Is there someone who already ran this patch on ia64 or someone who can help me on this problem ? Thank you. Regards, -- David Marchand Bull, Architect of an Open World TM e-mail : dav...@bu... phone : +33 (0)1 30 80 36 79 http://www.bull.com/telco/ |
From: James R. L. <jl...@mi...> - 2007-05-31 03:25:52
|
Hello, Are you trying to use ldp-portable independent of quagga? This will not work unless you write a "porting layer" which implements all of the "platform APIs" needed by ldp-portable. On Wed, May 30, 2007 at 10:54:21PM -0400, Surya Ravikiran wrote: > Hi, > I am trying to use the portable ldp library code, to send label > information to an upstream cisco router (nothing beyond this as far as > MPLS is concerned, the cisco uses the labels distributed by this > router. > The help README.quagga-mpls refers always to the quagga > implementation, does anyone have any pointers on how a non-quagga > routing protocol, use the portable ldp to send LDP packets to an > external routers? >=20 >=20 > thanks > koduks >=20 > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > mpls-linux-devel mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-devel --=20 James R. Leu jl...@mi... |