From owner-freebsd-current@FreeBSD.ORG Wed Nov 12 08:54:38 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9708C16A4CF for ; Wed, 12 Nov 2003 08:54:38 -0800 (PST) Received: from blake.polstra.com (dsl081-189-066.sea1.dsl.speakeasy.net [64.81.189.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FC7943F85 for ; Wed, 12 Nov 2003 08:54:36 -0800 (PST) (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.9p2/8.12.9) with ESMTP id hACGsS8b033428; Wed, 12 Nov 2003 08:54:29 -0800 (PST) (envelope-from jdp@polstra.com) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20031112095711.A33680@beagle.fokus.fraunhofer.de> Date: Wed, 12 Nov 2003 08:54:28 -0800 (PST) From: John Polstra To: Harti Brandt X-Bogosity: No, tests=bogofilter, spamicity=0.454416, version=0.14.5 cc: current@freebsd.org Subject: RE: HEADSUP: netgraph constants changing X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2003 16:54:38 -0000 On 12-Nov-2003 Harti Brandt wrote: > > as I've written a couple of days ago I'm going to bump some constants in > the netgraph code that defined various name lengths in the next minutes. > I've not received any negative feedback and have the ok from re. If you > use netgraph make sure that the kernel, any externally maintained netgraph > modules and any user space netgraph stuff (mainly ngctl and nghook) are in > sync otherwise they'll not be able to communicate. This is especially > important if you use netgraph for booting purposes. No correctly written > code should break by this change :-) Please be sure to increment NG_VERSION in ng_message.h. John