Re: Static IPv4.Configuration and nameservers

2010-04-16 Thread Forest Bond
Hi, On Fri, Apr 16, 2010 at 12:55:25PM -0400, Forest Bond wrote: > I'm looking at implementing support for setting explicit nameservers along > with > a manual IPv4 configuration via the DBus API. I'm starting to get my head > around the code right now, but this is an area where it feels like th

[PATCH 1/1] Fix for 2 default gateways.

2010-04-16 Thread mabbasconnman
From: Mohamed Abbas This patch fixes the issue of more than one defaut gateway showing up. VPN gateway needs extra work to clean and set the gateway since it needs a physical interface to set the host/gateway correctly. --- src/connection.c | 24 ++-- 1 files changed, 14 in

[PATCH] test-connman: Fix disconnect command handling.

2010-04-16 Thread Forest Bond
The disconnect command had unnecessary special-case handling for an empty networks string, and a typo ("discconnect") would have prevented the general case branch from executing. Signed-off-by: Forest Bond --- test/test-connman |7 +-- 1 files changed, 1 insertions(+), 6 deletions(-) di

Re: [PATCH] Fix typo in test-connman.

2010-04-16 Thread Forest Bond
Hi, On Fri, Apr 16, 2010 at 10:26:24AM -0700, Lucas De Marchi wrote: > On Fri, Apr 16, 2010 at 10:09 AM, Forest Bond > wrote: > > On Fri, Apr 16, 2010 at 10:06:34AM -0700, Lucas De Marchi wrote: > >> On Fri, Apr 16, 2010 at 9:46 AM, Forest Bond > >> wrote: > >> > diff --git a/test/test-connman

Re: [PATCH] Fix typo in test-connman.

2010-04-16 Thread Lucas De Marchi
On Fri, Apr 16, 2010 at 10:09 AM, Forest Bond wrote: > Hi, > > On Fri, Apr 16, 2010 at 10:06:34AM -0700, Lucas De Marchi wrote: >> On Fri, Apr 16, 2010 at 9:46 AM, Forest Bond >> wrote: >> > diff --git a/test/test-connman b/test/test-connman >> > index aa781c3..2c0f4c6 100755 >> > --- a/test/tes

Re: [PATCH] Fix typo in test-connman.

2010-04-16 Thread Forest Bond
Hi, On Fri, Apr 16, 2010 at 10:06:34AM -0700, Lucas De Marchi wrote: > On Fri, Apr 16, 2010 at 9:46 AM, Forest Bond > wrote: > > diff --git a/test/test-connman b/test/test-connman > > index aa781c3..2c0f4c6 100755 > > --- a/test/test-connman > > +++ b/test/test-connman > > @@ -188,7 +188,7 @@ de

Re: [PATCH] Fix typo in test-connman.

2010-04-16 Thread Lucas De Marchi
Hi, On Fri, Apr 16, 2010 at 9:46 AM, Forest Bond wrote: > diff --git a/test/test-connman b/test/test-connman > index aa781c3..2c0f4c6 100755 > --- a/test/test-connman > +++ b/test/test-connman > @@ -188,7 +188,7 @@ def device_handle(devices, interface): >                                disconnect

Static IPv4.Configuration and nameservers

2010-04-16 Thread Forest Bond
Hi, I'm looking at implementing support for setting explicit nameservers along with a manual IPv4 configuration via the DBus API. I'm starting to get my head around the code right now, but this is an area where it feels like there are some competing concepts. The simplest approach given the curr

[PATCH] Fix typo in test-connman.

2010-04-16 Thread Forest Bond
Fix typo in test-connman. Signed-off-by: Forest Bond --- test/test-connman |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/test-connman b/test/test-connman index aa781c3..2c0f4c6 100755 --- a/test/test-connman +++ b/test/test-connman @@ -188,7 +188,7 @@ def device_