From owner-freebsd-net@FreeBSD.ORG Thu Jun 10 00:36:13 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 7A5FD16A4CE; Thu, 10 Jun 2004 00:36:13 +0000 (GMT) Received: from ylpvm43.prodigy.net (ylpvm43-ext.prodigy.net [207.115.57.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B36A43D41; Thu, 10 Jun 2004 00:36:13 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-63-207-60-35.dsl.lsan03.pacbell.net [63.207.60.35])i5A0a3qE014733; Wed, 9 Jun 2004 20:36:04 -0400 Received: from obsecurity.org (xor [10.0.0.2]) by obsecurity.dyndns.org (Postfix) with ESMTP id 00AB751770; Wed, 9 Jun 2004 17:36:03 -0700 (PDT) Message-ID: <40C7ACF2.5020306@obsecurity.org> Date: Wed, 09 Jun 2004 17:36:02 -0700 From: Kris Kennaway User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040609 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Julian Elischer References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD current users cc: net@FreeBSD.ORG Subject: Re: HEADSUP! netgraph Metadata changing. 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: Thu, 10 Jun 2004 00:36:13 -0000 Julian Elischer wrote: > If you don't know or care about netgraph metadata (e.g. packet priority) > then this shouldn't worry you. > > We are changing the netgraph metadata facility (in which arbitrary > metadata can be sent with a packet through processing) to use > the mbuf TAG facility that has been imported by sam. > > Netgraph tags will use different cookies to the standard set of > tags imported with the code, so they will live in a separate namespace, > however they will be handled during GC and manipulation by the standard > tag handling code (Thanks to Sam for giving us the cookie facility). > > In the checked in code there are only a couple of users of metadata, but > there may be 3rd parties out there that use it. If so the authors should > contact me as soon as possible to co-ordinate the changeover. Don't forget to bump __FreeBSD_version when you make this change. Kris