From owner-freebsd-ipfw Sun Nov 17 9:56:44 2002 Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC1BC37B401 for ; Sun, 17 Nov 2002 09:56:43 -0800 (PST) Received: from laptop.tenebras.com (laptop.tenebras.com [66.92.188.18]) by mx1.FreeBSD.org (Postfix) with SMTP id 7FF4943E6E for ; Sun, 17 Nov 2002 09:56:43 -0800 (PST) (envelope-from kudzu@tenebras.com) Received: (qmail 16633 invoked from network); 17 Nov 2002 17:56:42 -0000 Received: from sapphire.tenebras.com (HELO tenebras.com) (192.168.188.241) by 0 with SMTP; 17 Nov 2002 17:56:42 -0000 Message-ID: <3DD7D859.1070903@tenebras.com> Date: Sun, 17 Nov 2002 09:56:41 -0800 From: Michael Sierchio User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, en, fr-fr, ru MIME-Version: 1.0 To: Luigi Rizzo Cc: ipfw@FreeBSD.ORG Subject: Re: ipfw2 in RELENG_4_7 References: <200211130102.27773.john@jnielsen.net> <20021113003045.A35862@xorpc.icir.org> <3DD7D3CC.50701@tenebras.com> <20021117093955.A17750@xorpc.icir.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ipfw@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > can you point me to the patch ? > I'm not sure it still works w/ipfw2, but it was: --- ip_fw.c Sun Jul 28 19:04:25 2002 +++ ip_fw.c.chg Sun Nov 17 09:51:00 2002 @@ -1461,7 +1461,7 @@ f->timestamp = time_second; /* Log to console if desired */ - if ((f->fw_flg & IP_FW_F_PRN) && fw_verbose && hlen > 0) + if ((f->fw_flg & IP_FW_F_PRN) && fw_verbose && hlen > 0 && q==NULL) ipfw_report(f, ip, offset, ip_len, rif, oif); /* Take appropriate action */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ipfw" in the body of the message