man: document new log domains (BOND, VLAN) and (ALL, DHCP, IP)
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" Copyright (C) 2010 - 2012 Red Hat, Inc.
|
.\" Copyright (C) 2010 - 2012 Red Hat, Inc.
|
||||||
.\"
|
.\"
|
||||||
.TH "NetworkManager.conf" "5" "31 October 2012" ""
|
.TH "NetworkManager.conf" "5" "7 November 2012" ""
|
||||||
.SH NAME
|
.SH NAME
|
||||||
NetworkManager.conf \- NetworkManager configuration file
|
NetworkManager.conf \- NetworkManager configuration file
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@@ -157,12 +157,23 @@ from earlier levels; thus setting the log level to INFO also logs error and
|
|||||||
warning messages.
|
warning messages.
|
||||||
.TP
|
.TP
|
||||||
.B domains=\fI<domain1>,<domain2>, ...\fP
|
.B domains=\fI<domain1>,<domain2>, ...\fP
|
||||||
The following log domains are available: [NONE, HW, RFKILL, ETHER, WIFI, BT, MB,
|
The following log domains are available: [HW, RFKILL, ETHER, WIFI, BT, MB, DHCP4,
|
||||||
DHCP4, DHCP6, PPP, WIFI_SCAN, IP4, IP6, AUTOIP4, DNS, VPN, SHARING, SUPPLICANT,
|
DHCP6, PPP, WIFI_SCAN, IP4, IP6, AUTOIP4, DNS, VPN, SHARING, SUPPLICANT, AGENTS,
|
||||||
AGENTS, SETTINGS, SUSPEND, CORE, DEVICE, OLPC, WIMAX, INFINIBAND, FIREWALL, ADSL].
|
SETTINGS, SUSPEND, CORE, DEVICE, OLPC, WIMAX, INFINIBAND, FIREWALL, ADSL, BOND,
|
||||||
When "NONE" is given by itself, logging is disabled.
|
VLAN].
|
||||||
|
.br
|
||||||
|
In addition to them, these special domains can be used: [NONE, ALL, DHCP, IP].
|
||||||
.PP
|
.PP
|
||||||
.RS
|
.RS
|
||||||
|
NONE = when given by itself, logging is disabled
|
||||||
|
.br
|
||||||
|
ALL = all log domains will be switched on
|
||||||
|
.br
|
||||||
|
DHCP = a shortcut for "DHCP4, DHCP6"
|
||||||
|
.br
|
||||||
|
IP = a shortcut for "IP4, IP6"
|
||||||
|
.br
|
||||||
|
.PP
|
||||||
HW = Hardware related operations
|
HW = Hardware related operations
|
||||||
.br
|
.br
|
||||||
RFKILL = RFKill subsystem operations
|
RFKILL = RFKill subsystem operations
|
||||||
@@ -217,6 +228,10 @@ FIREWALL = FirewallD related operations
|
|||||||
.br
|
.br
|
||||||
ADSL = ADSL device operations
|
ADSL = ADSL device operations
|
||||||
.br
|
.br
|
||||||
|
BOND = Bonding device operations
|
||||||
|
.br
|
||||||
|
VLAN = VLAN device operations
|
||||||
|
.br
|
||||||
.SS [connectivity]
|
.SS [connectivity]
|
||||||
This section controls NetworkManager's optional connectivity checking
|
This section controls NetworkManager's optional connectivity checking
|
||||||
functionality. This allows NetworkManager to detect whether or not the system
|
functionality. This allows NetworkManager to detect whether or not the system
|
||||||
|
Reference in New Issue
Block a user