]> git.ipfire.org Git - people/ms/network.git/blame - man/network-config.8.in
batman-adv: Add documentation.
[people/ms/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.
acc9efd5
MT
13.PP
14Please also have look at the individual man pages for more options.
d2a21d01
MT
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
6b34112f 40network(8), network-dns-server(8)
d2a21d01
MT
41
42.SH AUTHOR
43Michael Tremer (michael.tremer@ipfire.org)