From owner-freebsd-current@FreeBSD.ORG Wed Oct 8 21:52:47 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B89616A4B3 for ; Wed, 8 Oct 2003 21:52:47 -0700 (PDT) Received: from mail.anteva.net (smtp.anteva.net [209.63.222.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CE0A43FD7 for ; Wed, 8 Oct 2003 21:52:44 -0700 (PDT) (envelope-from freebsd@itpsg.com) Received: from localhost (fury.anteva.net [127.0.0.1]) by localhost (Postfix) with ESMTP id BF0F682E88 for ; Wed, 8 Oct 2003 22:52:43 -0600 (MDT) Received: from mail.anteva.net ([209.63.222.5]) by localhost (fury.anteva.net [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 06285-04 for ; Wed, 8 Oct 2003 22:52:43 -0600 (MDT) Received: from VECTOR (unknown [204.176.204.140]) by mail.anteva.net (Postfix) with SMTP id CE29083049 for ; Wed, 8 Oct 2003 22:52:42 -0600 (MDT) Message-ID: <008401c38e21$0eb936b0$6afea8c0@VECTOR> From: "Vector" To: Date: Wed, 8 Oct 2003 22:51:52 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd-new at anteva.net Subject: ipnat memory leak? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 04:52:47 -0000 I was using ipfw and natd but I wanted to move nat into the kernel so I recompiled with ipfilter and ipnat. Now, after terminating natd, and setting up ipnat rules in /etc/ipnat.rules, I see memory increase at a rate of just under 1MB per minutes. Has anyone else seen a memory leak in ipnat or ipfilter? vec