summaryrefslogtreecommitdiff
path: root/introspection/org.freedesktop.ModemManager.Modem.xml
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2012-12-11 00:41:40 -0600
committerDan Williams <dcbw@redhat.com>2012-12-13 10:36:18 -0600
commit4d0f8e123f20cf5aeddcb760d43a28a56c9bff80 (patch)
tree3da2f4d371a6fcc9cd41828fa9132ec025aed3df /introspection/org.freedesktop.ModemManager.Modem.xml
parentbf887ddaffd38c09583eaa4ee0b1e1034f1d121d (diff)
downloadModemManager-06-ip6.tar.gz
core: add GetIP6Config D-Bus method06-ip6
Diffstat (limited to 'introspection/org.freedesktop.ModemManager.Modem.xml')
-rw-r--r--introspection/org.freedesktop.ModemManager.Modem.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager.Modem.xml b/introspection/org.freedesktop.ModemManager.Modem.xml
index 9d06f97cb..d59f41c86 100644
--- a/introspection/org.freedesktop.ModemManager.Modem.xml
+++ b/introspection/org.freedesktop.ModemManager.Modem.xml
@@ -69,6 +69,24 @@
</arg>
</method>
+ <method name="GetIP6Config">
+ <tp:docstring>
+ Request the IPv6 configuration from the device. Supported for all
+ modes (DHCP, static, PPP).
+ </tp:docstring>
+ <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
+ <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_get_ip6_config"/>
+ <arg name="method" type="u" direction="out" tp:type="MM_MODEM_IP_METHOD">
+ IP configuration method to be used.
+ </arg>
+ <arg name="properties" type="a{sv}" direction="out">
+ Dictionary of IPv6 configuration details, including "address",
+ "prefix", "gateway", "dns1", "dns2", etc. All IP addresses given
+ as strings; "prefix" given as a unsigned integer value. Most values
+ are only relevant for the MM_MODEM_IP_METHOD_STATIC IPMethod.
+ </arg>
+ </method>
+
<method name="GetInfo">
<tp:docstring>
Get the card information (manufacturer, modem, version).