NetworkManager/src/core/tests
Thomas Haller 320a1b5a79
l3cfg: add nm_l3cfg_remove_config_all_dirty() for removing dirty configs
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().
2021-08-05 14:59:19 +02:00
..
config config: avoid cloning string during nm_config_data_get_connection_default() et al. 2021-06-21 17:23:53 +02:00
meson.build glib-aux: use nm_utils_gettid() instead of gettid() 2021-07-08 08:31:47 +02:00
test-core-with-expect.c platform: move nm_utils_new_{vlan,infiniband}_name() to libnm-platform 2021-03-05 11:27:15 +01:00
test-core.c all: rename nm_utils_strbuf_*() API to nm_strbuf_*() 2021-08-02 09:26:42 +02:00
test-dcb.c all: add "src/core/nm-default-daemon.h" as replacement for "nm-default.h" 2021-02-09 12:38:18 +01:00
test-ip4-config.c platform: move more platform code to src/libnm-platform/ 2021-03-05 11:27:16 +01:00
test-ip6-config.c platform: move more platform code to src/libnm-platform/ 2021-03-05 11:27:16 +01:00
test-l3cfg.c l3cfg: add nm_l3cfg_remove_config_all_dirty() for removing dirty configs 2021-08-05 14:59:19 +02:00
test-secret-agent.py all: move "src/" directory to "src/core/" 2021-02-08 09:56:41 +01:00
test-systemd.c systemd: merge branch systemd into main 2021-06-01 14:26:51 +02:00
test-utils.c all: add "src/core/nm-default-daemon.h" as replacement for "nm-default.h" 2021-02-09 12:38:18 +01:00
test-wired-defname.c all: add "src/core/nm-default-daemon.h" as replacement for "nm-default.h" 2021-02-09 12:38:18 +01:00