mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-15 03:08:05 +02:00
Add a new CON_DEFAULT() macro that places a property name into a special section used at runtime to check whether it is a supported connection default. Unfortunately, this mechanism doesn't work for plugins so we have to enumerate the connection defaults from plugins in the daemon using another CON_DEFAULT_NOP() macro. |
||
|---|---|---|
| .. | ||
| conf.d | ||
| bad.conf | ||
| global-dns-invalid.conf | ||
| meson.build | ||
| NetworkManager-warn.conf | ||
| NetworkManager.conf | ||
| NetworkManager.state | ||
| nm-test-device.c | ||
| nm-test-device.h | ||
| test-config.c | ||