All of lore.kernel.org
 help / color / mirror / Atom feed
* CONFIG_NETFILTER_DEBUG
@ 2006-03-23 18:23 Spagnolo, Phillip A
  2006-03-29  8:19 ` CONFIG_NETFILTER_DEBUG Patrick McHardy
  0 siblings, 1 reply; 2+ messages in thread
From: Spagnolo, Phillip A @ 2006-03-23 18:23 UTC (permalink / raw)
  To: netfilter-devel

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?

Thanks.

Phil Spagnolo 
Network Technology Engineer 
The Boeing Company 
Phone:  (425) 865-6723

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: CONFIG_NETFILTER_DEBUG
  2006-03-23 18:23 CONFIG_NETFILTER_DEBUG Spagnolo, Phillip A
@ 2006-03-29  8:19 ` Patrick McHardy
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick McHardy @ 2006-03-29  8:19 UTC (permalink / raw)
  To: Spagnolo, Phillip A; +Cc: netfilter-devel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-03-29  8:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-23 18:23 CONFIG_NETFILTER_DEBUG Spagnolo, Phillip A
2006-03-29  8:19 ` CONFIG_NETFILTER_DEBUG Patrick McHardy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.