Hi Samuel,

> >  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.

can we please do proper strings here and not some magic integer numbers
that are related to some kernel internal implementation.

Regards

Marcel


_______________________________________________
connman mailing list
connman@connman.net
http://lists.connman.net/listinfo/connman

Reply via email to