Re: [patch 2/2] ipvs: Syncrhonise Closing of Connections

2007-11-07 Thread David Miller
From: [EMAIL PROTECTED] Date: Mon, 05 Nov 2007 12:08:53 +0900 > From: Rumen G. Bogdanovski <[EMAIL PROTECTED]> > > This patch makes the master daemon to sync the connection when it is about > to close. This makes the connections on the backup to close or timeout > according their state. Before

[patch 2/2] ipvs: Syncrhonise Closing of Connections

2007-11-04 Thread horms
From: Rumen G. Bogdanovski <[EMAIL PROTECTED]> This patch makes the master daemon to sync the connection when it is about to close. This makes the connections on the backup to close or timeout according their state. Before the sync was performed only if the connection is in ESTABLISHED state whi

Re: [lvs-devel] [patch 2/2] ipvs: Syncrhonise Closing of Connections

2007-11-02 Thread Rumen Bogdanovski
I should have been very tired to miss this one when I looked at the patch... I looked again in the version I have tested. For some reason/net/ipv4/ipvs/ip_vs_sync.c is not patched at all, this is what I have missed. Rumen On Fri, 2007-11-02 at 09:53 +0900, Simon Horman wrote: > On Fri, Nov 02, 2

Re: [patch 2/2] ipvs: Syncrhonise Closing of Connections

2007-11-01 Thread Simon Horman
On Fri, Nov 02, 2007 at 01:36:07AM +0200, Julian Anastasov wrote: > > Hello, > > On Thu, 1 Nov 2007, Simon Horman wrote: > > > --- net-2.6.orig/net/ipv4/ipvs/ip_vs_sync.c 2007-11-01 18:17:55.0 > > +0900 > > +++ net-2.6/net/ipv4/ipvs/ip_vs_sync.c 2007-11-01 18:20:30.0

Re: [patch 2/2] ipvs: Syncrhonise Closing of Connections

2007-11-01 Thread Julian Anastasov
Hello, On Thu, 1 Nov 2007, Simon Horman wrote: > --- net-2.6.orig/net/ipv4/ipvs/ip_vs_sync.c 2007-11-01 18:17:55.0 > +0900 > +++ net-2.6/net/ipv4/ipvs/ip_vs_sync.c2007-11-01 18:20:30.0 > +0900 > @@ -332,7 +332,7 @@ static void ip_vs_process_message(const >

[patch 2/2] ipvs: Syncrhonise Closing of Connections

2007-11-01 Thread Simon Horman
From: Rumen G. Bogdanovski <[EMAIL PROTECTED]> This patch makes the master daemon to sync the connection when it is about to close. This makes the connections on the backup to close or timeout according their state. Before the sync was performed only if the connection is in ESTABLISHED state whi