From owner-freebsd-net@FreeBSD.ORG Fri Aug 20 00:57:42 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ECCD16A4CE; Fri, 20 Aug 2004 00:57:42 +0000 (GMT) Received: from blake.polstra.com (blake.polstra.com [64.81.189.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3337543D5A; Fri, 20 Aug 2004 00:57:42 +0000 (GMT) (envelope-from jdp@polstra.com) Received: from strings.polstra.com (dsl081-189-067.sea1.dsl.speakeasy.net [64.81.189.67]) by blake.polstra.com (8.12.11/8.12.11) with ESMTP id i7K0vdcO009773 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 19 Aug 2004 17:57:39 -0700 (PDT) (envelope-from jdp@strings.polstra.com) Received: (from jdp@localhost) by strings.polstra.com (8.12.11/8.12.11/Submit) id i7K0vd36022719; Thu, 19 Aug 2004 17:57:39 -0700 (PDT) (envelope-from jdp) Message-ID: X-Mailer: XFMail 1.5.5 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <41254847.9020102@elischer.org> Date: Thu, 19 Aug 2004 17:57:39 -0700 (PDT) From: John Polstra To: Julian Elischer X-Bogosity: No, tests=bogofilter, spamicity=0.348084, version=0.14.5 cc: freebsd-net@freebsd.org Subject: Re: netgraph only on i386/ia64 - why ? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2004 00:57:42 -0000 I dropped scottl and re from the cc list, since they're busy and asked us to work it out on our own. On 20-Aug-2004 Julian Elischer wrote: > Ok so what is the next number that should be used? > it's currently #define __FreeBSD_version 600000 > > 600001? Yes, that would be the next number. I question whether __FreeBSD_version needs to be bumped at all, though, since the change is already reflected in NG_VERSION and NG_ABI_VERSION. Any port that uses netgraph would be compiled against the header files on the system, so I can't see how it would be useful to change __FreeBSD_version for this. (Not that I feel very strongly about it.) > here's a cut-n-paste version.. for comment.. > it's ready to commit. Thanks for taking this on. I haven't tested it, but it looks good. Just one nit: "align" is misspelled as "allign" in the UPDATING entry. John