Re: [PATCH v2 00/11] VPN split routing

2012-04-04 Thread Jukka Rissanen
Hi Marcel, On 04/03/2012 05:25 PM, Marcel Holtmann wrote: Hi Jukka, this v2 changes how the user defined networks are passed to connman. The networks are now sent as arrays of strings instead of just one long string. This required changes to patches #2 and #3. Example of setting the user

Re: [PATCH v5 05/13] timeserver: Add service gateway to timeserver list

2012-04-04 Thread Jukka Rissanen
Hi Alok, On 04/03/2012 11:50 PM, Alok Barsode wrote: From: Alok Barsodealok.bars...@linux.intel.com Add default service Gateway to the timeserver query list. Now the list is service timeservers(via DHCP), gateway and global timeservers, in that order. --- src/timeserver.c | 33

Re: [PATCH v5 12/13] timeservers: Add Fallback Timerservers

2012-04-04 Thread Jukka Rissanen
Hi Alok, Hi Alok, On 04/03/2012 11:51 PM, Alok Barsode wrote: From: Alok Barsodealok.bars...@linux.intel.com Add Fallback timeservers via main.conf. These timeservers are used for time corrections when there are no valid timeservers provided by the user or by the network. The list of

Re: Problem while trying to implement the set-address test application in native code using dbus C api.

2012-04-04 Thread Jukka Rissanen
Hi Stavros, On 04/03/2012 05:12 PM, Stavros Vagionitis wrote: Hi all, I am trying to expand a little the functionality of the client that exists on the client folder. I have added some functions that are used by the test-connman and connect-service python scripts. Now I am trying to put the

Re: [PATCH v0 0/3] Support AutoConnect for ethernet networks

2012-04-04 Thread Julien Massot
Hi Daniel, Agree, that should not happen. I will take a look tomorrow. If you have a log at hand, please send it too. Just in case :) Here is the log when i unplug my ethernet wire, the reproducibility is 100%. http://pastebin.com/80i4eERX If you need something else don't hesitate to ask

[PATCH 0/4] Implement DefaultAutoConnectTechnologies

2012-04-04 Thread patrik . flykt
From: Patrik Flykt patrik.fl...@linux.intel.com Hi, DefaultAutoConnectTechnologies main.conf configuration option is used to enable autoconnect flag on the defined technologies. If the option is not set, ethernet, wifi and cellular services will have their autoconnect flag set. The

[PATCH 3/4] service: Set autoconnect according to configured preferences

2012-04-04 Thread patrik . flykt
From: Patrik Flykt patrik.fl...@linux.intel.com --- src/service.c | 19 ++- 1 files changed, 14 insertions(+), 5 deletions(-) diff --git a/src/service.c b/src/service.c index 5dd998a..3b888aa 100644 --- a/src/service.c +++ b/src/service.c @@ -30,6 +30,7 @@ #include gdbus.h

[PATCH 2/4] main: Add 'DefaultAutoConnectTechnologies' configuration option

2012-04-04 Thread patrik . flykt
From: Patrik Flykt patrik.fl...@linux.intel.com The main.conf 'DefaultAutoConnectTechnologies' is a list of service type strings. It is converted to a list of service type enums, and thus the configuration option is accessible via the function connman_setting_get_uint_list(). ---

[PATCH 1/4] service: Add __connman_service_string2type() function

2012-04-04 Thread patrik . flykt
From: Patrik Flykt patrik.fl...@linux.intel.com --- src/connman.h |1 + src/service.c | 27 +++ 2 files changed, 28 insertions(+), 0 deletions(-) diff --git a/src/connman.h b/src/connman.h index 617ad32..ef1b7da 100644 --- a/src/connman.h +++ b/src/connman.h @@

[PATCH 4/4] TODO: Mark DefaultAutoConnectTechnologies done

2012-04-04 Thread patrik . flykt
From: Patrik Flykt patrik.fl...@linux.intel.com --- TODO | 11 --- 1 files changed, 0 insertions(+), 11 deletions(-) diff --git a/TODO b/TODO index 4f2bcea..af69de3 100644 --- a/TODO +++ b/TODO @@ -39,17 +39,6 @@ Core See

Re: [PATCH 02/10] main: Add 'PreferredTechnologies' configuration file option

2012-04-04 Thread Patrik Flykt
On Fri, 2012-03-30 at 10:48 +0200, Marcel Holtmann wrote: his is char **connman_ snip +char ** connman_setting_get_string_list(const char *key) +{ And same here. char **connman. Shall do. Patrik ___ connman mailing list

Re: [PATCH 03/10] main: Consistently use semicolon as list separator

2012-04-04 Thread Patrik Flykt
On Fri, 2012-03-30 at 11:26 +0200, Marcel Holtmann wrote: for the /etc files we should at least use commas. That is what BlueZ and oFono do as well. Yep, this patch is dropped. I'll wait and see if we get the NTP patch set with FallbackTimeservers in tomorrow before rebasing this set. Cheers,

[PATCH] test: Remove provision service

2012-04-04 Thread Julien Massot
This script have to be removed since the provision API no longer exist. --- test/provision-service | 28 1 files changed, 0 insertions(+), 28 deletions(-) delete mode 100755 test/provision-service diff --git a/test/provision-service b/test/provision-service