NetworkManager/src/settings/plugins
Thomas Haller d31622a63e ifcfg-rh: don't check for errors reading team settings in ifcfg-rh
We have nm_setting_verify() for a purpose.

The checks that ifcfg-rh reader does are either

  - redundant (and thus unnecessary)

  - wrong (and thus we cannot read valid settings)

  - should belong to libnm's nm_setting_verify().

NMSettingTeam/NMSettingTeamPort are already very libraral and don't do
almost any strict validation. Previously, ifcfg reader would be even more
liberal. If there is totally invalid data in the profile, reading the profile
should fail.
2019-05-23 18:09:49 +02:00
..
ibft ibft: cleanup read_connections() 2019-04-10 15:05:57 +02:00
ifcfg-rh ifcfg-rh: don't check for errors reading team settings in ifcfg-rh 2019-05-23 18:09:49 +02:00
ifupdown ifupdown: replace g_strsplit_set() by nm_utils_strsplit_set() 2019-04-12 11:07:25 +02:00
keyfile keyfile/tests: rename core's "test-keyfile" to "test-keyfile-settings" 2019-05-19 11:25:59 +02:00
meson.build build/meson: rename config_plugin_ibft option to just ibft 2018-01-10 12:27:33 +01:00