|
Loading...
|
connman@connman.net
[Prev] Thread [Next] | [Prev] Date [Next]
[PATCH v6 09/14] doc: Add Timeserves.Configuration service property Alok Barsode Thu Apr 05 04:00:35 2012
From: Alok Barsode <[EMAIL PROTECTED]>
---
doc/service-api.txt | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/doc/service-api.txt b/doc/service-api.txt
index 629c024..ad7877c 100644
--- a/doc/service-api.txt
+++ b/doc/service-api.txt
@@ -252,6 +252,21 @@ Properties string State [readonly]
the service. However there might be small window
where name resolution might fail.
+ array{string} Timeservers.Configuration [readwrite]
+
+ The list of manually configured time servers.
+
+ The first entry in the list represents the
+ timeserver with the highest priority.
+
+ When using manual configuration this setting
+ is useful to override all the other timeserver
+ settings. This is service specific, hence only
+ the values for the default service are used.
+
+ Changes to this property will result in restart
+ of NTP query.
+
array{string} Domains [readonly]
The list of currently used search domains.
--
1.7.5.4
_______________________________________________
connman mailing list
[EMAIL PROTECTED]
http://lists.connman.net/listinfo/connman
- [PATCH v6 00/14] NTP Overhaul Alok Barsode 2012/04/05
- [PATCH v6 01/14] meego: Remove the meego plugin Alok Barsode 2012/04/05
- [PATCH v6 02/14] Replace older system timeserver values with new ones instead of appending Alok Barsode 2012/04/05
- [PATCH v6 03/14] service: Add __connman_service_get_default Alok Barsode 2012/04/05
- [PATCH v6 04/14] timeserver: Trigger ntp on default changed notifier Alok Barsode 2012/04/05
- [PATCH v6 05/14] timeserver: Create timeserver list Alok Barsode 2012/04/05
- [PATCH v6 06/14] timeserver: Add service gateway to timeserver list Alok Barsode 2012/04/05
- [PATCH v6 07/14] service: Add Timeservers.Configuration Property Alok Barsode 2012/04/05
- [PATCH v6 08/14] timeserver: Add Timeservers.Configuration to timeserver list Alok Barsode 2012/04/05
- [PATCH v6 09/14] doc: Add Timeserves.Configuration service property Alok Barsode 2012/04/05 <=
- [PATCH v6 10/14] test: Add set-timeservers Alok Barsode 2012/04/05
- Re: [PATCH v6 10/14] test: Add set-timeservers Jeff Zheng 2012/04/05
- [PATCH v6 11/14] ntp: Shorten NTP failure delay Alok Barsode 2012/04/05
- [PATCH v6 12/14] main: Parse FallbackTimeservers list from main.conf Alok Barsode 2012/04/05
- [PATCH v6 13/14] timeservers: Add Fallback Timerservers Alok Barsode 2012/04/05
- [PATCH v6 14/14] timeserver: Check for resolv before accessing it Alok Barsode 2012/04/05
- Re: [PATCH v6 00/14] NTP Overhaul Patrik Flykt 2012/04/05