diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-06-09 17:45:33 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-02-17 13:25:03 +0100 |
commit | 920fefa8e2c7660422a23d79fa45f7cd488e5198 (patch) | |
tree | d2f8d778dd9d80909cb8494550c5c4824a8d5fc5 /introspection | |
parent | e6d085246f3d47e162084234b1199b5ebb840cca (diff) |
modem: new property to allow specifying longer timeouts when configuring IP
This IpTimeout property will be read by NetworkManager, and used as the time to
wait for pppd to establish the IP configuration.
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager.Modem.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager.Modem.xml b/introspection/org.freedesktop.ModemManager.Modem.xml index 3f80e21f..7da014f0 100644 --- a/introspection/org.freedesktop.ModemManager.Modem.xml +++ b/introspection/org.freedesktop.ModemManager.Modem.xml @@ -195,6 +195,12 @@ </tp:docstring> </property> + <property name="IpTimeout" type="u" access="read"> + <tp:docstring> + Maximum time to wait for a successful IP establishment, when PPP is used. + </tp:docstring> + </property> + <!-- Enabled should be folded into this. --> <property name="State" type="u" access="read" tp:type="MM_MODEM_STATE"> <tp:docstring> |