diff options
Diffstat (limited to 'man/NetworkManager.conf.5')
| -rw-r--r-- | man/NetworkManager.conf.5 | 35 |
1 files changed, 29 insertions, 6 deletions
diff --git a/man/NetworkManager.conf.5 b/man/NetworkManager.conf.5 index 84b4d751..f9588080 100644 --- a/man/NetworkManager.conf.5 +++ b/man/NetworkManager.conf.5 @@ -1,8 +1,8 @@ .\" NetworkManager.conf(5) manual page .\" -.\" Copyright (C) 2010 - 2011 Red Hat, Inc. +.\" Copyright (C) 2010 - 2012 Red Hat, Inc. .\" -.TH "NetworkManager.conf" "5" "2 August 2011" "" +.TH "NetworkManager.conf" "5" "18 December 2012" "" .SH NAME NetworkManager.conf \- NetworkManager configuration file .SH SYNOPSIS @@ -157,12 +157,25 @@ from earlier levels; thus setting the log level to INFO also logs error and warning messages. .TP .B domains=\fI<domain1>,<domain2>, ...\fP -The following log domains are available: [NONE, HW, RFKILL, ETHER, WIFI, BT, MB, -DHCP4, DHCP6, PPP, WIFI_SCAN, IP4, IP6, AUTOIP4, DNS, VPN, SHARING, SUPPLICANT, -AGENTS, SETTINGS, SUSPEND, CORE, DEVICE, OLPC, WIMAX]. When "NONE" is given by -itself, logging is disabled. +The following log domains are available: [HW, RFKILL, ETHER, WIFI, BT, MB, DHCP4, +DHCP6, PPP, WIFI_SCAN, IP4, IP6, AUTOIP4, DNS, VPN, SHARING, SUPPLICANT, AGENTS, +SETTINGS, SUSPEND, CORE, DEVICE, OLPC, WIMAX, INFINIBAND, FIREWALL, ADSL, BOND, +VLAN]. +.br +In addition to them, these special domains can be used: [NONE, ALL, DEFAULT, DHCP, IP]. .PP .RS +NONE = when given by itself, logging is disabled +.br +ALL = all log domains will be switched on +.br +DEFAULT = default log domains +.br +DHCP = a shortcut for "DHCP4, DHCP6" +.br +IP = a shortcut for "IP4, IP6" +.br +.PP HW = Hardware related operations .br RFKILL = RFKill subsystem operations @@ -211,6 +224,16 @@ OLPC = OLPC Mesh device operations .br WIMAX = Wimax device operations .br +INFINIBAND = InfiniBand device operations +.br +FIREWALL = FirewallD related operations +.br +ADSL = ADSL device operations +.br +BOND = Bonding device operations +.br +VLAN = VLAN device operations +.br .SS [connectivity] This section controls NetworkManager's optional connectivity checking functionality. This allows NetworkManager to detect whether or not the system |