From: Patrick McHardy <kaber@trash.net>
To: "Spagnolo, Phillip A" <phillip.a.spagnolo@boeing.com>
Cc: netfilter-devel@lists.netfilter.org
Subject: Re: CONFIG_NETFILTER_DEBUG
Date: Wed, 29 Mar 2006 10:19:47 +0200 [thread overview]
Message-ID: <442A4323.2030205@trash.net> (raw)
In-Reply-To: <08590A72DC26A54B85632FF97C2C22DA019ED1D6@XCH-NW-5V2.nw.nos.boeing.com>
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
prev parent reply other threads:[~2006-03-29 8:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-23 18:23 CONFIG_NETFILTER_DEBUG Spagnolo, Phillip A
2006-03-29 8:19 ` Patrick McHardy [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=442A4323.2030205@trash.net \
--to=kaber@trash.net \
--cc=netfilter-devel@lists.netfilter.org \
--cc=phillip.a.spagnolo@boeing.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.