Blame SOURCES/NetworkManager.conf

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