summaryrefslogtreecommitdiff
path: root/doc/service-api.txt
diff options
context:
space:
mode:
authorJukka Rissanen <jukka.rissanen@nokia.com>2011-01-07 14:55:19 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2011-01-08 01:33:43 +0100
commit8426e2974fb672f9f5651cd7d4aec6581aa76304 (patch)
tree059485830860c71268f127fa5cca1a9b5998dcd0 /doc/service-api.txt
parent67b6419f485b90f2ed3295198a03f0e5a549195f (diff)
downloadconnman-8426e2974fb672f9f5651cd7d4aec6581aa76304.tar.gz
connman-8426e2974fb672f9f5651cd7d4aec6581aa76304.tar.bz2
connman-8426e2974fb672f9f5651cd7d4aec6581aa76304.zip
doc: Fix possible values for IPv6 Method in service API
Diffstat (limited to 'doc/service-api.txt')
-rw-r--r--doc/service-api.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/service-api.txt b/doc/service-api.txt
index aaddbfbb..4a8a4907 100644
--- a/doc/service-api.txt
+++ b/doc/service-api.txt
@@ -364,15 +364,13 @@ Properties string State [readonly]
string Method [readonly]
- Possible values are "dhcp", "manual"
+ Possible values are "auto", "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.