CONFIG_NETFILTER_DEBUG
Patrick McHardy
kaber at trash.net
Wed Mar 29 10:19:47 CEST 2006
Spagnolo, Phillip A wrote:
> I have compiled CONFIG_NETFILTER_DEBUG into a Linux 2.6.11 kernel. I am
> expecting to find a lot of printing in /var/log/messages due to this
> addition, but I find none.
>
> Is there something simple that I am missing. Do I need to do something
> with nf_debug?
CONFIG_NETFILTER_DEBUG only enables a few global debugging options,
most of the files have something like this at their top:
#if 0
#define DEBUGP printk
#else
#define DEBUGP(x)
#endif
More information about the netfilter-devel
mailing list