]> git.ipfire.org Git - people/ms/network.git/blob - man/network-config.8.in
batman-adv: Add documentation.
[people/ms/network.git] / man / network-config.8.in
1 .TH network-config 8 "1 Jun 2012" "@VERSION@" "network man page"
2
3 .SH NAME
4 network-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
12 The \fBnetwork config\fR command may be used to set global configuration options permanently.
13 .PP
14 Please also have look at the individual man pages for more options.
15
16 .SH OPTIONS
17 This is a list of possible configuration values:
18
19 \fBCOLORS\fR = [\fBauto\fR|on|off]
20 .RS 4
21 This will control the output of the console tools. \fBon\fR will enable colorful output
22 all the time, \fBoff\fR will disable colors.
23 .PP
24 The default setting is \fBauto\fR which will automatically detect if the console supports
25 colors.
26 .PP
27 Colorful output is very helpful to spot important information faster.
28 .RE
29 .PP
30
31 \fBDEBUG\fR = [\fB0\fR|1]
32 .RS 4
33 The \fBDEBUG\fR will control weather debug logging is enabled or not. Additionally
34 to writing debug log messages to the log files, the messages will displayed on the
35 console.
36 .RE
37 .PP
38
39 .SH SEE ALSO
40 network(8), network-dns-server(8)
41
42 .SH AUTHOR
43 Michael Tremer (michael.tremer@ipfire.org)