From owner-cvs-all@FreeBSD.ORG Mon Jun 21 15:06:55 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 8FC7216A4CE; Mon, 21 Jun 2004 15:06:55 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07A0043D5C; Mon, 21 Jun 2004 15:06:55 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id F1BFD65218; Mon, 21 Jun 2004 16:06:52 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 53670-03; Mon, 21 Jun 2004 16:06:52 +0100 (BST) Received: from empiric.dek.spc.org (host81-156-14-104.range81-156.btcentralplus.com [81.156.14.104]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 062D76520E; Mon, 21 Jun 2004 16:06:52 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id BA44B6150; Sun, 20 Jun 2004 20:47:38 +0100 (BST) Date: Sun, 20 Jun 2004 20:47:38 +0100 From: Bruce M Simpson To: Bill Paul Message-ID: <20040620194738.GC60967@empiric.dek.spc.org> Mail-Followup-To: Bill Paul , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200406201922.i5KJMN1A038579@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200406201922.i5KJMN1A038579@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netgraph ng_fec.c 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: Mon, 21 Jun 2004 15:06:55 -0000 On Sun, Jun 20, 2004 at 07:22:23PM +0000, Bill Paul wrote: > Log: > Stash our node context pointer somewhere else within struct ifnet of > underlying interfaces rather than using ac_netgraph in struct arpcom. > The latter is meant only for use by ng_ether, and using it breaks > interoperability with the rest of netgraph. Thanks for this. BMS