---
 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]
+
+                               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.
+
                dict IPv6.Configuration [readwrite]
 
                        Same values as IPv6 property. The IPv6 represents
-- 
1.7.0.4

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

Reply via email to