RE: UDP attack? How to suppress kernel msgs?

From: David S. Miller (davem@redhat.com)
Date: Mon Feb 26 2001 - 00:27:18 EST


This should fix your problem:

--- include/net/sock.h.~1~ Thu Feb 22 21:12:12 2001
+++ include/net/sock.h Sun Feb 25 21:26:16 2001
@@ -1279,7 +1279,7 @@
  * Enable debug/info messages
  */
 
-#if 0
+#if 1
 #define NETDEBUG(x) do { } while (0)
 #else
 #define NETDEBUG(x) do { x; } while (0)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Feb 28 2001 - 21:00:10 EST