diff options
author | Ben Chan <benchan@chromium.org> | 2014-03-25 00:18:32 -0700 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2014-03-25 17:10:13 +0100 |
commit | e4db8c5302e61b84d796e9a84f57fa51cfce2577 (patch) | |
tree | 336ab8630466fbf7884de5406650f3b5192f54a4 /introspection | |
parent | 4de728447a1b5825e5a9bd29cc54f196540fb6c1 (diff) |
api: add MTU to bearer IP config properties
This patch adds a 'mtu' value to the Ip4Config and Ip6Config property of
a Bearer object, which indicates the value of the maximum transmission
unit for the established connection when such information is available
(e.g. via QMI_WDS_GET_RUNTIME_SETTINGS on a QMI modem or
MBIM_CID_IP_CONFIGURATION on a MBIM modem).
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Bearer.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Bearer.xml b/introspection/org.freedesktop.ModemManager1.Bearer.xml index 29e502de..1d2f287b 100644 --- a/introspection/org.freedesktop.ModemManager1.Bearer.xml +++ b/introspection/org.freedesktop.ModemManager1.Bearer.xml @@ -157,6 +157,15 @@ </listitem> </varlistentry> </variablelist> + + This property may also include the following items when such information is available: + <variablelist> + <varlistentry><term><literal>"mtu"</literal></term> + <listitem> + Maximum transmission unit (MTU), given as an unsigned integer value (signature <literal>"u"</literal>). + </listitem> + </varlistentry> + </variablelist> --> <property name="Ip4Config" type="a{sv}" access="read" /> @@ -215,6 +224,15 @@ </listitem> </varlistentry> </variablelist> + + This property may also include the following items when such information is available: + <variablelist> + <varlistentry><term><literal>"mtu"</literal></term> + <listitem> + Maximum transmission unit (MTU), given as an unsigned integer value (signature <literal>"u"</literal>). + </listitem> + </varlistentry> + </variablelist> --> <property name="Ip6Config" type="a{sv}" access="read" /> |