From owner-cvs-all@FreeBSD.ORG Sat Jul 17 07:11:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEA7316A4CE; Sat, 17 Jul 2004 07:11:07 +0000 (GMT) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEFF243D45; Sat, 17 Jul 2004 07:11:07 +0000 (GMT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.9p1/8.12.8) with ESMTP id i6H7B78M063543; Sat, 17 Jul 2004 00:11:07 -0700 (PDT) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.9p1/8.12.3/Submit) id i6H7B6Bv063542; Sat, 17 Jul 2004 00:11:06 -0700 (PDT) (envelope-from rizzo) Date: Sat, 17 Jul 2004 00:11:06 -0700 From: Luigi Rizzo To: Max Laier Message-ID: <20040717001106.A63513@xorpc.icir.org> References: <200407170240.i6H2eEHO021683@repoman.freebsd.org> <200407170538.14572.max@love2party.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200407170538.14572.max@love2party.net>; from max@love2party.net on Sat, Jul 17, 2004 at 05:38:07AM +0200 cc: Juli Mallett cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw2.c src/sys/sys mbuf.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jul 2004 07:11:08 -0000 On Sat, Jul 17, 2004 at 05:38:07AM +0200, Max Laier wrote: ... > pf does something to the same effect by prepending a mbuf with the > "PACKET_TAG_PF_GENERATED" mbuf_tag to skip processing for its own packets. If > we can agree that the presence of M_SKIP_FIREWALL is copied to icmp error > messages I will happily replace the mbuf tag with the more general flag > (which will perform significantly better, I believe). Please tell me what you > think of this. fine with me luigi