Blame SOURCES/NetworkManager.conf

7b922c
# Configuration file for NetworkManager.
7b922c
#
7b922c
# See "man 5 NetworkManager.conf" for details.
7b922c
#
7b922c
# The directories /usr/lib/NetworkManager/conf.d/ and /var/run/NetworkManager/conf.d/
7b922c
# can contain additional configuration snippets installed by packages. These files are
7b922c
# read before NetworkManager.conf and have thus lowest priority.
7b922c
# The directory /etc/NetworkManager/conf.d/ can contain additional configuration
7b922c
# snippets. Those snippets are merged last and overwrite the settings from this main
7b922c
# file.
7b922c
#
7b922c
# The files within one conf.d/ directory are read in asciibetical order.
7b922c
#
7b922c
# If /etc/NetworkManager/conf.d/ contains a file with the same name as
7b922c
# /usr/lib/NetworkManager/conf.d/, the latter file is shadowed and thus ignored.
7b922c
# Hence, to disable loading a file from /usr/lib/NetworkManager/conf.d/ you can
7b922c
# put an empty file to /etc with the same name. The same applies with respect
7b922c
# to the directory /var/run/NetworkManager/conf.d where files in /var/run shadow
7b922c
# /usr/lib and are themselves shadowed by files under /etc.
7b922c
#
7b922c
# If two files define the same key, the one that is read afterwards will overwrite
7b922c
# the previous one.
7b922c
7b922c
[main]
7b922c
#plugins=ifcfg-rh,ibft
7b922c
7b922c
7b922c
[logging]
7b922c
# When debugging NetworkManager, enabling debug logging is of great help.
7b922c
#
7b922c
# Logfiles contain no passwords and little sensitive information. But please
7b922c
# check before posting the file online. You can also personally hand over the
7b922c
# logfile to a NM developer to treat it confidential. Meet us on #nm on freenode.
7b922c
# Please post full logfiles except minimal modifications of private data.
7b922c
#
7b922c
# You can also change the log-level at runtime via
7b922c
#   $ nmcli general logging level TRACE domains ALL
7b922c
# However, usually it's cleaner to enable debug logging
7b922c
# in the configuration and restart NetworkManager so that
7b922c
# debug logging is enabled from the start.
7b922c
#
7b922c
# You will find the logfiles in syslog, for example via
7b922c
#   $ journalctl -u NetworkManager
7b922c
#
7b922c
# Note that debug logging of NetworkManager can be quite verbose. Some messages
7b922c
# might be rate-limited by the logging daemon (see RateLimitIntervalSec, RateLimitBurst
7b922c
# in man journald.conf).
7b922c
#
7b922c
#level=TRACE
7b922c
#domains=ALL