mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-28 22:28:15 +02:00
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. |
||
|---|---|---|
| .. | ||
| tests | ||
| common.h | ||
| errors.c | ||
| Makefile.am | ||
| nm-ifcfg-connection.c | ||
| nm-ifcfg-connection.h | ||
| nm-ifcfg-rh.conf | ||
| nm-ifcfg-rh.xml | ||
| plugin.c | ||
| plugin.h | ||
| reader.c | ||
| reader.h | ||
| shvar.c | ||
| shvar.h | ||
| utils.c | ||
| utils.h | ||
| writer.c | ||
| writer.h | ||