SOURCES: netconsole.sysconfig - cleaned up config

glen glen at pld-linux.org
Sat Jan 7 00:45:26 CET 2006


Author: glen                         Date: Fri Jan  6 23:45:26 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- cleaned up config

---- Files affected:
SOURCES:
   netconsole.sysconfig (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/netconsole.sysconfig
diff -u SOURCES/netconsole.sysconfig:1.1 SOURCES/netconsole.sysconfig:1.2
--- SOURCES/netconsole.sysconfig:1.1	Fri Jan  6 21:46:57 2006
+++ SOURCES/netconsole.sysconfig	Sat Jan  7 00:45:21 2006
@@ -1,28 +1,31 @@
 # $Id$
 # Customized settings for netconsole module
+# more information can be found from linux-source/Documentation/networking/netconsole.txt
 
-# required!
-# target ip
-TGT_IP=""
-
+# network interface (eth0)
 DEVICE=eth0
 
-# source ip
-SRC_IP=''
+# source IP to use (interface address)
+SRC_IP=""
 # will default to first address on $DEVICE
 # must be specified if the device does not have an IP at init time
+
+# source for UDP packets (defaults to 6665)
 SRC_PORT=6665 # default
 
-# netconsole.txt says 6666 is the default
+# IP address for logging agent
+TGT_IP=""
+
+# port for logging agent (defaults 6666)
 TGT_PORT=6666
 
 # if you want to broadcast, specify 'broadcast' here.
 # it's a security hole on an untrusted network.
 TGT_MAC=""
 
-LOGLEVEL="1"
-# LOGLEVEL are the kernel console logging levels
+# LOGLEVEL is the kernel console logging levels
 # [0..7] = EMERG,ALERT,CRIT,ERR,WARNING,NOTICE,INFO,DEBUG
 # 1 means only kernel panics are reported (default)
 # this affects all console logging
 # see syslog(2) for more info
+LOGLEVEL="1"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/netconsole.sysconfig?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list