From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Subject: Re: [PATCH] ipvs: Fix reuse connection if real server is dead Date: Tue, 28 May 2013 08:48:52 +0900 Message-ID: <20130527234849.GA8096@verge.net.au> References: <1369523799-27082-1-git-send-email-horms@verge.net.au> <1369523799-27082-2-git-send-email-horms@verge.net.au> <20130527114911.GA30491@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: lvs-devel@vger.kernel.org, netdev@vger.kernel.org, netfilter-devel@vger.kernel.org, Wensong Zhang , Julian Anastasov , Grzegorz Lyczba To: Pablo Neira Ayuso Return-path: Content-Disposition: inline In-Reply-To: <20130527114911.GA30491@localhost> Sender: lvs-devel-owner@vger.kernel.org List-Id: netfilter-devel.vger.kernel.org On Mon, May 27, 2013 at 01:49:11PM +0200, Pablo Neira Ayuso wrote: > On Sun, May 26, 2013 at 08:16:39AM +0900, Simon Horman wrote: > > From: Grzegorz Lyczba > > > > Expire cached connection for new TCP/SCTP connection if real server is down > > Applied, thanks Simon. > > I have mangled the description to insist on the fact that newly > (reused) connections break as they will be directed to the dead > server. Thanks.