summaryrefslogtreecommitdiffstats
path: root/doc/connman-api.txt
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2011-03-10 21:42:14 -0600
committerDenis Kenzior <denkenz@gmail.com>2011-03-15 17:11:59 -0500
commitbc0cc47608e514cca8d623f4619c1e395e21063b (patch)
tree6542a220f14ccf4d77e91e902923dc6508c8ae00 /doc/connman-api.txt
parent1129cc59c28a1a125019490ae32d610d536e6a5f (diff)
downloadofono-bc0cc47608e514cca8d623f4619c1e395e21063b.tar.bz2
doc: Add IPV6 settings to ConnectionContext API
Diffstat (limited to 'doc/connman-api.txt')
-rw-r--r--doc/connman-api.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/connman-api.txt b/doc/connman-api.txt
index 32ffebae..2227ab8d 100644
--- a/doc/connman-api.txt
+++ b/doc/connman-api.txt
@@ -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.