diff options
author | Martin Xu <martin.xu@intel.com> | 2010-07-28 17:28:42 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-07-29 02:12:54 +0200 |
commit | ea2c14980b153c28990f8aa15da4192d04e42173 (patch) | |
tree | f89a893467f7ed5715b78e987450ff98f89b0dce /doc | |
parent | 3929693a476aea7761477213b6497df09f86359d (diff) | |
download | connman-ea2c14980b153c28990f8aa15da4192d04e42173.tar.gz connman-ea2c14980b153c28990f8aa15da4192d04e42173.tar.bz2 connman-ea2c14980b153c28990f8aa15da4192d04e42173.zip |
Initial IPv6 support
Only manual/fixed setting supported for now.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/service-api.txt | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/doc/service-api.txt b/doc/service-api.txt index 9bf0907a..29ef96a3 100644 --- a/doc/service-api.txt +++ b/doc/service-api.txt @@ -359,6 +359,42 @@ Properties string State [readonly] until the new configuration has been successfully installed. + dict IPv6 [readonly] + + string Method [readonly] + + Possible values are "dhcp", "manual" + and "off". + + The value "fixed" indicates an IP address + that can not be modified. For example + cellular networks return fixed information. + + "dhcp" is not supported currently. + + string Address [readonly] + + The current configured IPv6 address. + + uint8 PrefixLength [readonly] + + The prefix length of the IPv6 address. + + string Gateway [readonly] + + The current configured IPv6 gateway. + + dict IPv6.Configuration [readwrite] + + Same values as IPv6 property. The IPv6 represents + the actual system configuration while this allows + user configuration. + + Changing these settings will cause a state change + of the service. The service will become unavailable + until the new configuration has been successfully + installed. + dict Proxy [readonly] string Method [readonly] |