Re: [mpls-linux-general] How to separate tcp traffic from udp traffic using MPLS
Status: Beta
Brought to you by:
jleu
|
From: Bob B. <bob...@gm...> - 2005-12-07 19:15:14
|
On 12/7/05, James R. Leu <jl...@mi...> wrote: > You will want to recompile your kernel to not include the debug code > at all. > In kernel source code ... include/net/mpls.h: (about line 57) comment out these two #defines and the debug code will be omited, as opposed to just not sent to debug logs. /* Comment this to suppress MPLS_DEBUG calls */ #define MPLS_ENABLE_DEBUG 1 /* Comment this to suppress TRACING enter/exit functions */ #define MPLS_ENABLE_DEBUG_FUNC 1 I suppose enabling debug could be added to the Makefile/Kconfig system as a selectable option, but this way is not too difficult. :) HTH, -- -Bob |