Re: [PATCH] add CONFIG_NETDEBUG to suppress bad packet messages

2006-02-02 Thread David S. Miller
From: Dave Jones <[EMAIL PROTECTED]> Date: Thu, 2 Feb 2006 23:23:03 -0500 > On Thu, Feb 02, 2006 at 04:35:01PM -0800, Stephen Hemminger wrote: > > If you are on a hostile network, or are running protocol tests, you can > > easily get the logged swamped by messages about bad UDP and ICMP packets.

Re: [PATCH] add CONFIG_NETDEBUG to suppress bad packet messages

2006-02-02 Thread Dave Jones
On Thu, Feb 02, 2006 at 04:47:03PM -0800, David S. Miller wrote: > From: Stephen Hemminger <[EMAIL PROTECTED]> > Date: Thu, 2 Feb 2006 16:35:01 -0800 > > > If you are on a hostile network, or are running protocol tests, you can > > easily get the logged swamped by messages about bad UDP and I

Re: [PATCH] add CONFIG_NETDEBUG to suppress bad packet messages

2006-02-02 Thread Dave Jones
On Thu, Feb 02, 2006 at 04:35:01PM -0800, Stephen Hemminger wrote: > If you are on a hostile network, or are running protocol tests, you can > easily get the logged swamped by messages about bad UDP and ICMP packets. > This turns those messages off unless a config option is enabled. > > Signe

Re: [PATCH] add CONFIG_NETDEBUG to suppress bad packet messages

2006-02-02 Thread Stephen Hemminger
On Thu, 02 Feb 2006 16:47:03 -0800 (PST) "David S. Miller" <[EMAIL PROTECTED]> wrote: > From: Stephen Hemminger <[EMAIL PROTECTED]> > Date: Thu, 2 Feb 2006 16:35:01 -0800 > > > If you are on a hostile network, or are running protocol tests, you can > > easily get the logged swamped by messages ab

Re: [PATCH] add CONFIG_NETDEBUG to suppress bad packet messages

2006-02-02 Thread David S. Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Thu, 2 Feb 2006 16:35:01 -0800 > If you are on a hostile network, or are running protocol tests, you can > easily get the logged swamped by messages about bad UDP and ICMP packets. > This turns those messages off unless a config option is enabled.

[PATCH] add CONFIG_NETDEBUG to suppress bad packet messages

2006-02-02 Thread Stephen Hemminger
If you are on a hostile network, or are running protocol tests, you can easily get the logged swamped by messages about bad UDP and ICMP packets. This turns those messages off unless a config option is enabled. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- br-2.6.orig/include/net/sock