NetworkManager/src/settings/plugins/ifcfg-rh
Dan Winship 04959c39aa Add a workaround for a problem creating InfiniBand connections
It is currently not possible to create a connection where the
connection-type-specific NMSetting has all default values. This hasn't
been a problem in the past because each type had at least one property
that either had no default value or had a default value that didn't
pass verify(). But NMSettingInfiniband didn't have that property, so
it's impossible to create an InfiniBand connection unless you change
the value of at least InfiniBand-specific setting.

Work around this for now by making the default value of
NMSettingInfiniband:transport-mode be NULL, so it needs to be
overridden.
2012-03-16 14:13:52 -04:00
..
tests ifcfg-rh: fix testcase after 4abb300c96 2012-03-15 17:56:34 -05:00
common.h Fix capitalization of "InfiniBand" 2012-03-06 13:23:29 -05:00
errors.c settings: move system-settings/plugins => src/settings/plugins 2011-02-15 11:55:34 -06:00
Makefile.am wifi: let WEXT be disabled with --with-wext=no 2012-02-29 23:11:04 -06:00
nm-ifcfg-connection.c ifcfg-rh: emit "updated" signal when connection file is changed (rh #727501) 2011-08-02 12:18:43 +02:00
nm-ifcfg-connection.h settings: move system-settings/plugins => src/settings/plugins 2011-02-15 11:55:34 -06:00
nm-ifcfg-rh.conf settings: move system-settings/plugins => src/settings/plugins 2011-02-15 11:55:34 -06:00
nm-ifcfg-rh.xml settings: move system-settings/plugins => src/settings/plugins 2011-02-15 11:55:34 -06:00
plugin.c core: use nm_connection_get_setting_<type>() whenever possible 2011-12-06 16:06:43 -06:00
plugin.h settings: move system-settings/plugins => src/settings/plugins 2011-02-15 11:55:34 -06:00
reader.c Add a workaround for a problem creating InfiniBand connections 2012-03-16 14:13:52 -04:00
reader.h ifcfg-rh: revert some bits of a2b1afb1e4 2011-11-17 18:05:35 -06:00
shvar.c ifcfg-rh: use correct g_free() function 2011-10-05 12:40:01 -05:00
shvar.h settings: move system-settings/plugins => src/settings/plugins 2011-02-15 11:55:34 -06:00
utils.c ifcfg-rh: use single quotes when quoting WPA passphrases (WPA_PSK) (rh #798102) 2012-03-07 14:45:37 +01:00
utils.h ifcfg-rh: use single quotes when quoting WPA passphrases (WPA_PSK) (rh #798102) 2012-03-07 14:45:37 +01:00
writer.c ifcfg-rh: use single quotes when quoting WPA passphrases (WPA_PSK) (rh #798102) 2012-03-07 14:45:37 +01:00
writer.h settings: move system-settings/plugins => src/settings/plugins 2011-02-15 11:55:34 -06:00