doc: Add IPV6 settings to ConnectionContext API
authorDenis Kenzior <denkenz@gmail.com>
Fri, 11 Mar 2011 03:42:14 +0000 (21:42 -0600)
committerDenis Kenzior <denkenz@gmail.com>
Tue, 15 Mar 2011 22:11:59 +0000 (17:11 -0500)
doc/connman-api.txt

index 32ffeba..2227ab8 100644 (file)
@@ -255,6 +255,32 @@ Properties boolean Active [readwrite]
                                via this proxy.  All other values are left
                                out in this case.
 
+               dict IPv6.Settings [readonly, optional]
+
+                       Holds all the IPv6 network settings
+
+                       string Interface [readonly, optional]
+
+                               Holds the interface of the network interface
+                               used by this context (e.g. "ppp0" "usb0")
+
+                       string Address [readonly, optional]
+
+                               Holds the IP address for this context.
+
+                       byte PrefixLength [readonly, optional]
+
+                               Holds the prefix length.
+
+                       array{string} DomainNameServers [readonly, optional]
+
+                               Holds the list of domain name servers for this
+                               context.
+
+                       string Gateway [readonly, optional]
+
+                               Holds the gateway IP for this connection.
+
                string MessageProxy [readwrite, MMS only]
 
                        Holds the MMS Proxy setting.