public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Joshua Jackson <linux-kernel@vortech.net>
To: linux-kernel@vger.kernel.org
Subject: VLAN startup info patch
Date: Tue, 25 May 2004 11:44:44 -0400	[thread overview]
Message-ID: <200405251144.44507.linux-kernel@vortech.net> (raw)

[-- 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.
                              */

             reply	other threads:[~2004-05-25 15:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-25 15:44 Joshua Jackson [this message]
2004-05-25 18:04 ` VLAN startup info patch David S. Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200405251144.44507.linux-kernel@vortech.net \
    --to=linux-kernel@vortech.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox