From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Samuel Jean" Subject: Re: netfilter modul ipt_recent hickup with suspend to ram Date: Thu, 19 Apr 2007 19:24:20 -0000 Message-ID: References: <4624E196.7060004@trash.net> Reply-To: jix@bugmachine.ca Cc: netfilter-devel@lists.netfilter.org To: "Toralf Förster" Return-path: In-Reply-To: <200704191920.05567.toralf.foerster@gmx.de> 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: netfilter-devel.vger.kernel.org On Thu, Apr 19, 2007, Toralf Förster said: > Might be I misunderstand something but shouldn't the recent module > delete entries after 60 seconds or so ? IIRC. There is no garbage collector in this module. It justs purge entries and allow other packets to override the expired entries. If what I assume is right, you won't see any change to that file if the rules using this module are not hit.