mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-19 13:18:11 +02:00
The "only_dirty" parameter to a remove-all() function is odd. For one, the function is called remove-all, but depending on a parameter it does not remove all. Also, setting remove-all(only_dirty=TRUE) means it will remove not everything, so passing TRUE will remove only parts. That logic seems confusing. Avoid that, by removing the parameter from nm_l3cfg_remove_config_all() and add nm_l3cfg_remove_config_all_dirty(). |
||
|---|---|---|
| .. | ||
| config | ||
| meson.build | ||
| test-core-with-expect.c | ||
| test-core.c | ||
| test-dcb.c | ||
| test-ip4-config.c | ||
| test-ip6-config.c | ||
| test-l3cfg.c | ||
| test-secret-agent.py | ||
| test-systemd.c | ||
| test-utils.c | ||
| test-wired-defname.c | ||