Re: [PATCH] doc: ipv6 prefix length is a string

2011-02-16 Thread Marcel Holtmann
Hi Kalle, --- a/doc/service-api.txt +++ b/doc/service-api.txt @@ -367,7 +367,7 @@ Properties string State [readonly] The current configured IPv6 address. - uint8 PrefixLength [readonly] + string PrefixLength

Re: [PATCH] doc: ipv6 prefix length is a string

2011-02-15 Thread Marcel Holtmann
Hi Kalle, Also the dict type is a{ss}, not a{sv} as I expected, but don't know how I should mark that. --- doc/service-api.txt |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/service-api.txt b/doc/service-api.txt index b3e758e..ff6b044 100644 ---

Re: [PATCH] doc: ipv6 prefix length is a string

2011-02-15 Thread Kalle Valo
Marcel Holtmann mar...@holtmann.org writes: Hi Kalle, Hi Marcel, --- a/doc/service-api.txt +++ b/doc/service-api.txt @@ -367,7 +367,7 @@ Properties string State [readonly] The current configured IPv6 address. -uint8 PrefixLength