linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* dropping untracked packets patch for 2.4 (fwd)
@ 2000-10-30 13:24 Thomas Molina
  0 siblings, 0 replies; only message in thread
From: Thomas Molina @ 2000-10-30 13:24 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

Linus,
Rusty Russell suggested I send the following patch to you.  It redirects
to the log file those annoying dropping untracked packet messages.  This
patch works agains any recent 2.4.0-test kernels.

diff -urN linux.new1/net/ipv4/netfilter/ip_nat_standalone.c linux.new/net/ipv4/netfilter/ip_nat_standalone.c
--- linux.new1/net/ipv4/netfilter/ip_nat_standalone.c	Sun Oct 22 15:19:07 2000
+++ linux/net/ipv4/netfilter/ip_nat_standalone.c	Sun Oct 22 13:37:44 2000
@@ -72,7 +72,7 @@
            unreliable. */
 	if (!ct) {
 		if (net_ratelimit())
-			printk("NAT: %u dropping untracked packet %p %u %u.%u.%u.%u -> %u.%u.%u.%u\n",
+			printk(KERN_DEBUG "NAT: %u dropping untracked packet %p %u %u.%u.%u.%u -> %u.%u.%u.%u\n",
 			       hooknum,
 			       *pskb,
 			       (*pskb)->nh.iph->protocol,
 

---------- Forwarded message ----------
Date: Mon, 30 Oct 2000 15:50:18 +1100
From: Rusty Russell <rusty@linuxcare.com.au>
To: Thomas Molina <tmolina@home.com>
Subject: Re: Three kernel messages 

In message <Pine.LNX.4.21.0010230959520.2837-100000@wr5z.localdomain> you write
:
> I finally got tired of seeing these messages.  Win98 boxes on my lan
> spew these each time they are booted and corrupt whatever virtual
> console I'm on.  The following workaround sends these messages to
> /var/log/messages.  Patch is against 2.4.0-test10-pre4, but should apply
> to recent kernels.

Thanks: please change to KERN_DEBUG and send to Linus...

Cheers,
Rusty.
--
Hacking time.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-10-30 13:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-10-30 13:24 dropping untracked packets patch for 2.4 (fwd) Thomas Molina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).