From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David S. Miller" Subject: Re: [PATCH] [NETFILTER] ip_conntrack: Update event cache when status changes Date: Sat, 24 Sep 2005 16:56:28 -0700 (PDT) Message-ID: <20050924.165628.86591859.davem@davemloft.net> References: <20050924185020.GC731@sunbeam.de.gnumonks.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, netfilter-devel@lists.netfilter.org Return-path: To: laforge@netfilter.org In-Reply-To: <20050924185020.GC731@sunbeam.de.gnumonks.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netdev.vger.kernel.org From: Harald Welte Date: Sat, 24 Sep 2005 20:50:20 +0200 > [NETFILTER] ip_conntrack: Update event cache when status changes > > The GRE, SCTP and TCP protocol helpers did not call ip_conntrack_event_cache() > when updating ct->status. This patch adds the respective calls. > > Signed-off-by: Harald Welte Applied, thanks Harald.