Hi Jukka,

On Thu, Feb 17, 2011 at 03:50:04PM +0200, Jukka Rissanen wrote:
> ---
>  doc/service-api.txt |   18 ++++++++++++++++++
>  1 files changed, 18 insertions(+), 0 deletions(-)
> 
> diff --git a/doc/service-api.txt b/doc/service-api.txt
> index b3e758e..55c5b6e 100644
> --- a/doc/service-api.txt
> +++ b/doc/service-api.txt
> @@ -375,6 +375,24 @@ Properties       string State [readonly]
>  
>                               The current configured IPv6 gateway.
>  
> +                     int32 Privacy [readonly]
An int16 would have been just fine.


> +                             Enable or disable IPv6 privacy extension
> +                             that is described in RFC 4941. The value
> +                             has only meaning if Method is set to "auto".
> +
> +                             Value <= 0 means that privacy extension is
> +                             disabled and normal autoconf addresses are
> +                             used.
> +                             Value 1 means that privacy extension is
> +                             enabled and system prefers to use public
> +                             addresses over temporary addresses.
> +                             Value >= 2 means that privacy extension is
> +                             enabled and system prefers temporary addresses
> +                             over public addresses.
> +
> +                             Default value is 1.
Now that this is user configurable, the default value should just be 0.

Cheers,
Samuel.

-- 
Intel Open Source Technology Centre
http://oss.intel.com/
_______________________________________________
connman mailing list
connman@connman.net
http://lists.connman.net/listinfo/connman

Reply via email to