diff options
author | Jukka Rissanen <jukka.rissanen@nokia.com> | 2011-01-07 14:55:19 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-01-08 01:33:43 +0100 |
commit | 8426e2974fb672f9f5651cd7d4aec6581aa76304 (patch) | |
tree | 059485830860c71268f127fa5cca1a9b5998dcd0 /doc | |
parent | 67b6419f485b90f2ed3295198a03f0e5a549195f (diff) | |
download | connman-8426e2974fb672f9f5651cd7d4aec6581aa76304.tar.gz connman-8426e2974fb672f9f5651cd7d4aec6581aa76304.tar.bz2 connman-8426e2974fb672f9f5651cd7d4aec6581aa76304.zip |
doc: Fix possible values for IPv6 Method in service API
Diffstat (limited to 'doc')
-rw-r--r-- | doc/service-api.txt | 4 |
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. |