NetworkManager/src/tests/config
Thomas Haller 61c6ccaad4 config: drop nm_config_get_dhcp_client() and access config directly
Also, ifnet plugin would read the configuration value, which is just wrong
because:

  - the configuration might not be set and ifnet would fail to fallback
    to the compile time default.
  - the configuration only is in effect if the plugin is also available.
    Otherwise, we fallback to the next plugin.

Only the dhcp-manager knows which DHCP plugin is in use.
2016-11-25 18:02:38 +01:00
..
conf.d config: allow to enable/disable configuration snippets 2015-10-05 17:12:50 +02:00
bad.conf core: merge src/config, src/logging, src/posix-signals into src/ 2014-07-30 15:56:29 -04:00
global-dns-invalid.conf config: drop global-dns.enable option in favor of .config.enable 2015-10-05 17:12:50 +02:00
NetworkManager.conf core: add support for reading global DNS configuration from keyfile 2015-10-01 09:05:08 +02:00
NetworkManager.state config: test reading and writing of state file 2016-04-07 17:57:25 +02:00
nm-test-device.c build: don't add subdirectories to include search path but require qualified include 2016-11-21 14:26:37 +01:00
nm-test-device.h build: don't add subdirectories to include search path but require qualified include 2016-11-21 14:26:37 +01:00
test-config.c config: drop nm_config_get_dhcp_client() and access config directly 2016-11-25 18:02:38 +01:00