Blame SPECS/NetworkManager.conf

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