From owner-cvs-all Mon Aug 19 14: 3:34 2002 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 99C4837B400; Mon, 19 Aug 2002 14:03:31 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FBD243E42; Mon, 19 Aug 2002 14:03:31 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.5/8.12.2) with ESMTP id g7JL3UVh005107; Mon, 19 Aug 2002 14:03:30 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.5/8.12.5/Submit) id g7JL3U4A005106; Mon, 19 Aug 2002 14:03:30 -0700 (PDT) Date: Mon, 19 Aug 2002 14:03:30 -0700 From: "David O'Brien" To: Luigi Rizzo Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw2.c src/sbin/ipfw ipfw.8 ipfw2.c Message-ID: <20020819210330.GA4958@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Luigi Rizzo , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200208161031.g7GAVmQ7053775@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208161031.g7GAVmQ7053775@freefall.freebsd.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Aug 16, 2002 at 03:31:48AM -0700, Luigi Rizzo wrote: > luigi 2002/08/16 03:31:47 PDT > > Modified files: > sys/netinet ip_fw2.c > sbin/ipfw ipfw.8 ipfw2.c > Log: > sys/netinet/ip_fw2.c: > > Implement the M_SKIP_FIREWALL bit in m_flags to avoid loops > for firewall-generated packets (the constant has to go in sys/mbuf.h). Every commit you make to ipfw causes it so that a newer kernel cannot be used with a week old userland (and vice-versa). With the poor shape of -CURRENT this makes it very hard to use -CURRENT as one cannot even test a new kernel for usability before irreversabily updating world. Could you *please* queue up your changes over a longer period of time and hold off any more IPFW commits for a while? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message