VLAN startup info patch

From: Joshua Jackson
Date: Tue May 25 2004 - 10:49:04 EST


Attached is a patch against the 2.4.26 802.1q vlan support header
(kernel/linux/net/8021q/vlan.h) to make the startup info obey the "quiet"
kernel parameter.

Currently, it will dump its copyright information even if the quiet parameter
is specified... including an "all bugs added by" "buggyright" message, which
tends to confuse some people when it is the only thing displayed durring
boot.

--
Joshua Jackson
Vortech Consulting, LLC
http://www.vortech.net
--- vlan.h.orig 2004-05-25 11:34:49.000000000 -0400
+++ vlan.h 2004-05-25 11:35:00.000000000 -0400
@@ -7,7 +7,7 @@
/* #define VLAN_DEBUG */

#define VLAN_ERR KERN_ERR
-#define VLAN_INF KERN_ALERT
+#define VLAN_INF KERN_INFO
#define VLAN_DBG KERN_ALERT /* change these... to debug, having a hard time
* changing the log level at run-time..for some reason.
*/