Date: Sun, 17 Nov 2002 09:56:41 -0800 From: Michael Sierchio <kudzu@tenebras.com> To: Luigi Rizzo <rizzo@icir.org> Cc: ipfw@FreeBSD.ORG Subject: Re: ipfw2 in RELENG_4_7 Message-ID: <3DD7D859.1070903@tenebras.com> References: <200211130102.27773.john@jnielsen.net> <20021113003045.A35862@xorpc.icir.org> <3DD7D3CC.50701@tenebras.com> <20021117093955.A17750@xorpc.icir.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DD7D859.1070903>
