From bc0cc47608e514cca8d623f4619c1e395e21063b Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 10 Mar 2011 21:42:14 -0600 Subject: [PATCH] doc: Add IPV6 settings to ConnectionContext API --- doc/connman-api.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) 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.