From owner-freebsd-net@FreeBSD.ORG Thu Oct 27 02:16:24 2005 Return-Path: X-Original-To: net@freebsd.org 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 E63E416A41F for ; Thu, 27 Oct 2005 02:16:24 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received: from heff.fud.org.nz (60-234-149-201.bitstream.orcon.net.nz [60.234.149.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D64D43D45 for ; Thu, 27 Oct 2005 02:16:24 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id 6EABB1CCDD; Thu, 27 Oct 2005 15:16:22 +1300 (NZDT) Date: Thu, 27 Oct 2005 15:16:22 +1300 From: Andrew Thompson To: Julian Elischer Message-ID: <20051027021622.GB81665@heff.fud.org.nz> References: <4360315B.201@elischer.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4360315B.201@elischer.org> User-Agent: Mutt/1.4.2.1i Cc: net@freebsd.org Subject: Re: -current link layer spaghetti diagram X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Oct 2005 02:16:25 -0000 On Wed, Oct 26, 2005 at 06:46:03PM -0700, Julian Elischer wrote: > A first attempt can be seen at: > http://www.freebsd.org/~julian/layer2-current.pdf > > this is not a call graph, but a diagram of where packets can be passed. > > comments from vlan, pfil, CARP. if_bridge developers are welcome. > those new-fangled bits worry me :-) > if_bridge looks fine. It does also hook into dummynet with a handoff/callback, but I dont know if you want that much detail. Andrew