[PATCH] service: Remove the gateways when removing the service.

2011-10-18 Thread Jukka Rissanen
This is needed because connection.c takes a reference of the service so we want to remove the gateways properly so that service can be deleted and IP addresses released when disconnection comes from network side (like when ethernet cable is disconnected). --- src/service.c |3 +++ 1 files chan

Re: [PATCH] service: Remove the gateways when removing the service.

2011-10-20 Thread Samuel Ortiz
Hi Jukka, On Tue, Oct 18, 2011 at 01:17:46PM +0300, Jukka Rissanen wrote: > This is needed because connection.c takes a reference > of the service so we want to remove the gateways properly > so that service can be deleted and IP addresses released > when disconnection comes from network side (lik

Re: [PATCH] service: Remove the gateways when removing the service.

2011-10-21 Thread Jukka Rissanen
Hi Samuel, On 10/21/2011 02:30 AM, Samuel Ortiz wrote: Hi Jukka, On Tue, Oct 18, 2011 at 01:17:46PM +0300, Jukka Rissanen wrote: This is needed because connection.c takes a reference of the service so we want to remove the gateways properly so that service can be deleted and IP addresses relea

Re: [PATCH] service: Remove the gateways when removing the service.

2011-10-28 Thread Samuel Ortiz
Hi Jukka, On Tue, Oct 18, 2011 at 01:17:46PM +0300, Jukka Rissanen wrote: > This is needed because connection.c takes a reference > of the service so we want to remove the gateways properly > so that service can be deleted and IP addresses released > when disconnection comes from network side (lik