* VLAN startup info patch
@ 2004-05-25 15:44 Joshua Jackson
2004-05-25 18:04 ` David S. Miller
0 siblings, 1 reply; 2+ messages in thread
From: Joshua Jackson @ 2004-05-25 15:44 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 464 bytes --]
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
[-- Attachment #2: vlan.h.patch --]
[-- Type: text/x-diff, Size: 422 bytes --]
--- 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.
*/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: VLAN startup info patch
2004-05-25 15:44 VLAN startup info patch Joshua Jackson
@ 2004-05-25 18:04 ` David S. Miller
0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2004-05-25 18:04 UTC (permalink / raw)
To: linux-kernel; +Cc: linux-kernel
On Tue, 25 May 2004 11:44:44 -0400
Joshua Jackson <linux-kernel@vortech.net> wrote:
> 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.
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-05-25 18:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-25 15:44 VLAN startup info patch Joshua Jackson
2004-05-25 18:04 ` David S. Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox