summaryrefslogtreecommitdiff
path: root/libnm
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-07-01 10:01:28 +0200
committerThomas Haller <thaller@redhat.com>2019-07-10 12:43:06 +0200
commitb1297b8b8abd2fd0ad25ccc3c77a91d71e2021c9 (patch)
tree88cd92c5c28443c0cc32376f21c552d8686521a3 /libnm
parentdd5acc0370b60c1e4ae4ea2edad112c5cb414202 (diff)
downloadNetworkManager-b1297b8b8abd2fd0ad25ccc3c77a91d71e2021c9.tar.gz
libnm,cli,ifcfg-rh: add connection:wait-device-timeout property
Initscripts already honor the DEVTIMEOUT variable (rh #1171917). Don't make this a property only supported by initscripts. Every useful property should also be supported by keyfile and it should be accessible via D-Bus. Also, I will soon drop NMSIfcfgConnection, so handling this would require extra code. It's easier when DEVTIMEOUT is a regular property of the connection profile. The property is not yet implemented. ifcfg-rh still uses the old implementation, and keyfile is not yet adjusted. Since both keyfile and ifcfg-rh will both be rewritten soon, this property will be implemented then.
Diffstat (limited to 'libnm')
-rw-r--r--libnm/libnm.ver1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnm/libnm.ver b/libnm/libnm.ver
index 3af3c2b90e..de73be0f69 100644
--- a/libnm/libnm.ver
+++ b/libnm/libnm.ver
@@ -1614,6 +1614,7 @@ global:
nm_device_modem_get_apn;
nm_device_modem_get_device_id;
nm_device_modem_get_operator_code;
+ nm_setting_connection_get_wait_device_timeout;
nm_setting_ethtool_get_optnames;
nm_setting_ovs_dpdk_get_devargs;
nm_setting_ovs_dpdk_get_type;