NetworkManager/src/settings/plugins/ifcfg-rh
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
..
tests ifcfg-rh: don't check for errors reading team settings in ifcfg-rh 2019-05-23 18:09:49 +02:00
meson.build build: meson: Add trailing commas 2018-12-20 13:50:34 +01:00
nm-ifcfg-rh.conf ifcfg-rh: refactor dbus policy 2017-06-15 13:20:55 +02:00
nm-ifcfg-rh.xml dbus: fix up the XML formatting 2016-04-05 14:37:51 +02:00
nm-ifdown ifcfg-rh: add nm-ifup and nm-ifdown scripts 2018-06-11 15:09:42 +02:00
nm-ifup ifcfg-rh: add nm-ifup and nm-ifdown scripts 2018-06-11 15:09:42 +02:00
nm-inotify-helper.c all: replace strerror() calls with nm_strerror_native() 2019-02-12 08:50:28 +01:00
nm-inotify-helper.h ifcfg-rh: add and use nm_inotify_helper_clear_watch() helper 2017-12-05 19:57:24 +01:00
nms-ifcfg-rh-common.h settings-plugin: drop all properties 2018-05-31 11:50:02 +02:00
nms-ifcfg-rh-connection.c all: drop unnecessary includes of <errno.h> and <string.h> 2019-02-12 08:50:28 +01:00
nms-ifcfg-rh-connection.h build: don't add subdirectories to include search path but require qualified include 2016-11-21 14:26:37 +01:00
nms-ifcfg-rh-plugin.c ifcfg: use proper define for D-Bus interface name in "nms-ifcfg-rh-plugin.c" 2019-05-23 11:07:26 +02:00
nms-ifcfg-rh-plugin.h ifcfg-rh: rename files 2016-10-11 11:37:46 +02:00
nms-ifcfg-rh-reader.c ifcfg-rh: don't check for errors reading team settings in ifcfg-rh 2019-05-23 18:09:49 +02:00
nms-ifcfg-rh-reader.h ifcfg-rh/tests: rename test function connection_from_file_test() 2017-10-25 14:04:36 +02:00
nms-ifcfg-rh-utils.c all: drop unnecessary includes of <errno.h> and <string.h> 2019-02-12 08:50:28 +01:00
nms-ifcfg-rh-utils.h shared: build helper "libnm-libnm-core-{intern|aux}.la" library for libnm-core 2019-04-18 20:07:44 +02:00
nms-ifcfg-rh-writer.c ifcfg-rh: use a macro to initialize setting_8021x_scheme_vtable 2019-05-15 09:40:49 +02:00
nms-ifcfg-rh-writer.h ifcfg-rh: merge new_connection() and update_connection() functions 2017-10-25 14:04:36 +02:00
shvar.c shared: move most of "shared/nm-utils" to "shared/nm-glib-aux" 2019-04-18 19:57:27 +02:00
shvar.h ifcfg-rh: add support for routing rules as "ROUTING_RULE_#" keys 2019-03-27 16:23:30 +01:00