[PATCH service move v2 0/6] Fix moving services

2011-08-24 Thread Jukka Rissanen
Hi,

This v2 fixes style issue in service.c (patch #4) and
unnecessary pointer check in connection.c (patch #6).

This patchset fixes the https://bugs.meego.com/show_bug.cgi?id=22540
and allows connected services to be moved around. When moving
connected services, the default route is also properly set.

Regards,
Jukka


Jukka Rissanen (6):
  service: Ignore ipconfig that is not active when moving service.
  service: Allow ready service to be moved before online one.
  service: Allow state downgrade from online to ready.
  service: Prefer online state over ready when comparing services.
  test: Script for testing service.MoveBefore interface.
  connection: Default gateway is changed when reorganizing services.

 src/connection.c |   90 +++-
 src/connman.h|1 +
 src/service.c|  104 +++---
 test/service-move-before |   27 
 4 files changed, 214 insertions(+), 8 deletions(-)
 create mode 100755 test/service-move-before

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


Re: [PATCH service move v2 0/6] Fix moving services

2011-08-24 Thread Samuel Ortiz
Hi Jukka,

On Wed, Aug 24, 2011 at 11:36:37AM +0300, Jukka Rissanen wrote:
 Hi,
 
 This v2 fixes style issue in service.c (patch #4) and
 unnecessary pointer check in connection.c (patch #6).
 
 This patchset fixes the https://bugs.meego.com/show_bug.cgi?id=22540
 and allows connected services to be moved around. When moving
 connected services, the default route is also properly set.
Thanks. All 6 patches applied. I had to manually fix #6 as it was introducing
a couple of warnings.

Cheers,
Samuel.

-- 
Intel Open Source Technology Centre
http://oss.intel.com/
___
connman mailing list
connman@connman.net
http://lists.connman.net/listinfo/connman