config: drop global-dns.enable option in favor of .config.enable
authorThomas Haller <thaller@redhat.com>
Thu, 1 Oct 2015 12:00:01 +0000 (14:00 +0200)
committerThomas Haller <thaller@redhat.com>
Mon, 5 Oct 2015 15:12:50 +0000 (17:12 +0200)
commitda0ded49279cce454c9aefeccd6943e7d58f3475
tree21f9f49dab41d634e493c44ac2b96acab5625a42
parent7182304684250a8b52664f6bee34747a05e41bd5
config: drop global-dns.enable option in favor of .config.enable

No longer support disabling the global-dns configuration via the
"enable" option.

Instead, the user can put the entire dns-configuration in one separate
snippet, and disable it altogether with ".config.enable".
man/NetworkManager.conf.xml.in
src/nm-config-data.c
src/nm-config.c
src/nm-config.h
src/tests/config/Makefile.am
src/tests/config/global-dns-disabled.conf [deleted file]
src/tests/config/global-dns-invalid.conf
src/tests/config/test-config.c