Blame SOURCES/NetworkManager.conf

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