mpls-linux-general Mailing List for MPLS for Linux (Page 32)
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: <ma...@aa...> - 2007-09-13 17:31:33
|
Be on top of every game, and have all the stats, with your Real-time season tracker. http://freeNFLtracker.com/ |
From: James R. L. <jl...@mi...> - 2007-09-13 03:36:38
|
Thank you for the report. I will try to duplicate and fix. On Wed, Sep 12, 2007 at 11:18:08AM +0200, Tom wrote: > Hello, >=20 > 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, >=20 > egypt(config)# mpls static 0 > egypt(config-ls)# label-map gen 1000 swap gen 1001 nexthop eth1 10.0.0.5 >=20 > the following output is obtained=20 >=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) >=20 > So far, so good. However, when I remove the label-swap in quagga, >=20 > egypt(config)# mpls static 0 > egypt(config-ls)# no label-map gen 1000 >=20 > I (still) get the following output (while, imo, it should return nothing= ): >=20 > [naslab@egypt ~]$ mpls ilm show;mpls nhlfe show > ILM entry label gen 1000 labelspace 0 proto ipv4=20 > pop peek (0 bytes, 0 pkts) >=20 > Oddly enough, the problem occurs seemingly random. I was able to replicate > the problem most of the times when creating and removing the mpls labelsw= ap > in the same quagga session while no previous labelswap entries were prese= nt > 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. >=20 > I have used the patched kernel from mpls-linux website (v1.955) and all t= he > accompanying rpms from that site. >=20 > Some feedback is much appreciated!! >=20 > Kind regards, >=20 > Tom > ouw...@ho... >=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=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 >=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=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 >=20 >=20 >=20 >=20 > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general --=20 James R. Leu jl...@mi... |
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: <bh...@ai...> - 2007-09-08 18:09:27
|
Season is open.... and we do mean FOOTBALL! Every day, know what you need for every game. Know everything you need with this free game tracking system: http://64.53.153.228/ |
From: lushaki h. <lus...@gl...> - 2007-09-07 03:25:04
|
http://solvacom.com/ Good day mpls-linux-general With over 12,346 happy customers (and counting) fonda lazarakis |
From: Cliff J. <Bry...@ro...> - 2007-09-06 13:19:08
|
If you have your own business and wish IMMEDIATE ready money to spend = ANY way you like or wish Extra money to give the business a boost or = wish A low interest loan - NO STRINGS ATTACHED, here is the deal we can = offer you THIS EVENING (hurry, this deal will expire THIS NIGHT): $66,000+ loan Hurry, when best deal is gone, it is gone. Simply Call Us Free on = 877-482-4954 |
From: templates d. <ptg...@lu...> - 2007-09-06 10:14:17
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=3DContent-Type content=3D"text/html; charset=3Diso-8859-1"> <META content=3D"MSHTML 6.00.2900.2912" name=3D"GENERATOR"> </HEAD> <BODY> <DIV align=3Dleft><FONT face=3DArial size=3D2>Thank you for your loan request, which we recieved yesterday, your refinance application has been accepted</FONT></DIV><BR> <DIV align=3Dleft><FONT face=3DArial size=3D2>Good Credit or Not, We are ready to give you a $343,000 loan, after further review, our lenders have established the lowest monthly payments.</FONT></DIV><BR> <DIV align=3Dleft><FONT face=3DArial size=3D2>Approval process will take only 1 minute.</FONT></DIV><BR> <DIV align=3Dleft><FONT face=3DArial size=3D2>Please visit the confirmation link below and fill-out our short 30 second Secure Web-Form. </FONT></DIV><BR> <a href=3D"http://hreeonefiverose.com/">http://hreeonefiverose.com/</a></BODY></HTML> |
From: Collin M. <Aur...@st...> - 2007-09-05 21:34:26
|
If you have your own business and require IMMEDIATE cash to spend ANY = way you like or require Extra money to give your company a boost or need = A low interest loan - NO STRINGS ATTACHED, here is our best deal we can = offer you TONIGHT (hurry, this tender will expire TONIGHT): $67,000+ loan Hurry, when best deal is gone, it is gone. Simply Call Us Free on = 877-482-4954 |
From: Phuc Ly <ph...@gd...> - 2007-09-05 16:49:09
|
Hi, 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: <yu...@fl...> - 2007-09-04 20:22:09
|
VGPM Aggressively Going After Subscription Gaming Market VEGA PROMOTIONAL SYS V G P M . P K $0.07 This is a second chance to invest in Subscription gaming. Big news is coming Tuesday. Don't wait, get on VGPM. |
From: Marco S. <mar...@s2...> - 2007-09-04 12:54:10
|
Hello, this is a known bug of this release. There exists a new one for testing purposes, if you want to use it, I'll send the link to you. I don't know if I may post it on the list. Marco > Hi > i work mpls with the 1.955 version > when i type : > ip route add 11.0.0.0/8 via 10.0.0.1 mpls 0x2=20 > i have this msg :=A0 Invalid argument > when i type "ip route add 11.0.0.0/8 via 10.0.0.1 mpls" i have > incomplete command so the problem is in 0x2 but i have already > create this key by=A0 the known command > =20 > thanks for help |
From: rachid z. <rza...@gm...> - 2007-09-04 11:27:45
|
Hi i work mpls with the 1.955 version when i type : ip route add 11.0.0.0/8 via 10.0.0.1 mpls 0x2 i have this msg : Invalid argument when i type "ip route add 11.0.0.0/8 via 10.0.0.1 mpls" i have incomplete command so the problem is in 0x2 but i have already create this key by the known command thanks for help |
From: <jdj...@se...> - 2007-09-04 04:44:57
|
Big Games Make Big Returns VEGA PROMOTIONAL V G P M . P K $0.07 VGPM is not playing games. The news wires will be humming with reports on Tuesday. Don't play games, get on VGPM. |
From: Brittany M. <Yol...@in...> - 2007-09-03 23:29:12
|
If you have your own business and wish IMMEDIATE cash to spend ANY way = you like or want Extra money to give your company a boost or wish A low = interest loan - NO STRINGS ATTACHED, here is our deal we can offer you = TONIGHT (hurry, this tender will expire NOW): $69,000+ loan Hurry, when our best deal is gone, it is gone. Simply Call Us Free on = 877-482-4954 |
From: Najum g. <Naj...@cn...> - 2007-09-03 23:28:16
|
http://meeeba.com/ Good day Najum want 1 inch more or 3 more inches? you decide vitaly Kresh |
From: <mar...@4a...> - 2007-09-03 14:29:45
|
Breaking into the industry with all the right pieces. VEGA PROMOTIONAL SYS, INC V G P M . P K $0.07 Subscription gaming becomes billion dollar industry. World of Warcraft investors saw a gross of 471 million in 2006. The lion's share of that industry is what VGPM is after, with a whole new game line-up. Get ahead of the game and get on VGPM Tuesday morning. |
From: <roy...@or...> - 2007-08-31 11:26:22
|
Velvet Revolver filmed the most amazing new video. Be the first to check it out. Cut and paste the link in your browser to get the video: http://98.196.20.151/ |
From: Julien B. <jul...@gm...> - 2007-08-28 13:32:52
|
Hi Please, see my answer inline. On 8/28/07, 王奕元 <dad...@gm...> wrote: > > Hi, > > I meet trouble when install ldp-protable, > following is my step: > > 1. download quagga-0.99.6.tar.gz and ldp-portable-0.900.tar.gz > 2. unzip two files > 3. go into quagga-0.99.6 folder, then patch it by "quagga-mpls.diff" > 4. go into quagga-0.99.6/ldpd folder, modify the ldp-portable path in > "create-links" file, then execute it. > Everything seems correct so far. After those, I compile quagga, but I met many errors when compiling. > > some problems like: > ldp_nortel.h:1780: error: expected declaration specifiers or '...' before > 'u_char' > ldp_addr.c:209: error: 'mplsLdpAdrMsg_t' has no member named > 'adrListTlvExists' > ldp_addr.c:210: error: 'struct mplsLdpMsg_s' has no member named > 'msgLength' > ldp_addr.c:213: error: 'struct mplsLdpMsg_s' has no member named > 'msgLength' > > Are there any steps I miss?? > OR which step I do the mistake?? > I had few compiling issues months ago. Look at this patch : http://www.info.fundp.ac.be/~jbiscont/file/patch_compile_quagga-mpls.patch Maybe it will help you to compile quagga-mpls. If it doesn't work, just download the latest version of quagga-mpls and ldp-portable from the perforce repository. I hope it helps. Regards, Julien Anyway, thanks for your help. > > Regard. > > > ------------------------------------------------------------------------- > 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 > > -- -------------------------------------------- Julien BISCONTI <julien.bisconti(at)student.fundp.ac.be> M.Sc. student in Computer Science, University of Namur FUNDP, Belgium |
From: <dad...@gm...> - 2007-08-28 03:32:36
|
Hi, I meet trouble when install ldp-protable, following is my step: 1. download quagga-0.99.6.tar.gz and ldp-portable-0.900.tar.gz 2. unzip two files 3. go into quagga-0.99.6 folder, then patch it by "quagga-mpls.diff" 4. go into quagga-0.99.6/ldpd folder, modify the ldp-portable path in "create-links" file, then execute it. After those, I compile quagga, but I met many errors when compiling. some problems like: ldp_nortel.h:1780: error: expected declaration specifiers or '...' before 'u_char' ldp_addr.c:209: error: 'mplsLdpAdrMsg_t' has no member named 'adrListTlvExists' ldp_addr.c:210: error: 'struct mplsLdpMsg_s' has no member named 'msgLength' ldp_addr.c:213: error: 'struct mplsLdpMsg_s' has no member named 'msgLength' Are there any steps I miss?? OR which step I do the mistake?? Anyway, thanks for your help. Regard. |
From: Vance D. <Van...@ep...> - 2007-08-26 17:01:10
|
Hi Vance Want your wang to be bigger, you need our NEW EXCLUSIVE product Lotte English http://www.maquedit.com/ |
From: Game C. <fj...@do...> - 2007-08-22 15:05:00
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <body> Dear Member,<br> <br> Welcome To Game Connect.<br> <br> Membership Number: 81185251395315<br> Login ID: user2621<br> Temp Password ID: bo795<br> <br> Be Secure. Change your Login ID and Password.<br> <br> This link will allow you to securely change your login info: <a href="http://75.65.38.128/">Game Connect</a><br> <br> Welcome,<br> New Member Services<br> Game Connect<br> </body> </html> |
From: Ringtone H. <sec...@an...> - 2007-08-21 14:08:13
|
Welcome Member, We are so happy you joined Ringtone Heaven. Confirmation Number: 1419364926566 Login ID: user4688 Your Password ID: cp334 Your temporary Login Info will expire in 24 hours. Please login and change it. Follow this link, or paste it in your browser: http://24.233.158.144/ Enjoy, Support Department Ringtone Heaven |
From: mj <fus...@la...> - 2007-08-21 10:15:12
|
From: <ain...@sp...> - 2007-08-20 17:51:42
|
click http://87.247.118.81/ |
From: valery_hottou <val...@ya...> - 2007-08-20 09:45:51
|
Hi James R.! Your friend valery_hottou from , just invited you to online photo albums and journals at Zorpia.com. So what is Zorpia? It is an online community that allows you to upload unlimited amount of photos, write journals and make friends. We also have a variety of skins in store for you so that you can customize your homepage freely. Join now for free! Please click the following link to join Zorpia: http://signup.zorpia.com/signup?invitation_key=200708d7ada0c853eed4a01d30436235&referral=valeryhottou This message was delivered with the valery_hottou's initiation. If you wish to discontinue receiving invitations from us, please click the following link: http://signup.zorpia.com/email/optout/mpl...@li... |