From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David S. Miller" Subject: Re: [PATCH 2.4] netfilter: fix expectation evict order Date: Tue, 2 Dec 2003 01:41:12 -0800 Sender: netfilter-devel-admin@lists.netfilter.org Message-ID: <20031202014112.152cd442.davem@redhat.com> References: <20031130153152.GE26749@obroa-skai.de.gnumonks.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org Return-path: To: Harald Welte In-Reply-To: <20031130153152.GE26749@obroa-skai.de.gnumonks.org> Errors-To: netfilter-devel-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: List-Id: netfilter-devel.vger.kernel.org On Sun, 30 Nov 2003 21:01:52 +0530 Harald Welte wrote: > Author: Patrick McHardy > > This patch fixes the order in whcih expectations are evicted when a helper > specifies IP_CT_HELPER_F_REUSE_EXPECT. Prior to that patch, each new > expectation is added at the beginning of the masters sibling list. When > max_expected is reached, the first non-established one on the list is reused > (which gave LIFO behaviour). Applied, thanks.