]> git.ipfire.org Git - network.git/blame - man/network-config.8.in
doc: Confused STP standards.
[network.git] / man / network-config.8.in
CommitLineData
d2a21d01
MT
1.TH network-config 8 "1 Jun 2012" "@VERSION@" "network man page"
2
3.SH NAME
4network-config \- A list of global configuration options.
5
6.SH SYNOPSIS
7\fBnetwork [OPTIONS] config\fR \- Will return a list of all possible keys and their current values.
8.P
9\fBnetwork [OPTIONS] config [KEY=VALUE ...]\fR \- Will set the variable \fBKEY\fR to \fBVALUE\fR.
10
11.SH DESCRIPTION
12The \fBnetwork config\fR command may be used to set global configuration options permanently.
13These options are mostly display options or debugging settings and do not influcence
14the behaviour of the networking code itself.
15
16.SH OPTIONS
17This is a list of possible configuration values:
18
19\fBCOLORS\fR = [\fBauto\fR|on|off]
20.RS 4
21This will control the output of the console tools. \fBon\fR will enable colorful output
22all the time, \fBoff\fR will disable colors.
23.PP
24The default setting is \fBauto\fR which will automatically detect if the console supports
25colors.
26.PP
27Colorful output is very helpful to spot important information faster.
28.RE
29.PP
30
31\fBDEBUG\fR = [\fB0\fR|1]
32.RS 4
33The \fBDEBUG\fR will control weather debug logging is enabled or not. Additionally
34to writing debug log messages to the log files, the messages will displayed on the
35console.
36.RE
37.PP
38
39.SH SEE ALSO
40network(8)
41
42.SH AUTHOR
43Michael Tremer (michael.tremer@ipfire.org)