mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 23:40:10 +01:00
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.
|
||
|---|---|---|
| .. | ||
| conf.d | ||
| bad.conf | ||
| global-dns-invalid.conf | ||
| NetworkManager.conf | ||
| NetworkManager.state | ||
| nm-test-device.c | ||
| nm-test-device.h | ||
| test-config.c | ||