From owner-freebsd-current Thu Jan 25 13:42:46 2001 Delivered-To: freebsd-current@freebsd.org Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by hub.freebsd.org (Postfix) with ESMTP id 86F4637B6A4 for ; Thu, 25 Jan 2001 13:42:26 -0800 (PST) Received: from curve.dellroad.org (curve.dellroad.org [10.1.1.30]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id NAA61106; Thu, 25 Jan 2001 13:42:24 -0800 (PST) Received: (from archie@localhost) by curve.dellroad.org (8.9.3/8.9.3) id NAA07189; Thu, 25 Jan 2001 13:42:23 -0800 (PST) (envelope-from archie) From: Archie Cobbs Message-Id: <200101252142.NAA07189@curve.dellroad.org> Subject: Re: status of bridge code In-Reply-To: <4.3.2.7.0.20010125101911.00c84220@mail.bsdchicks.com> "from Rogier R. Mulhuijzen at Jan 25, 2001 12:19:16 pm" To: "Rogier R. Mulhuijzen" Date: Thu, 25 Jan 2001 13:42:23 -0800 (PST) Cc: Archie Cobbs , Julian Elischer , freebsd-current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL77 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Rogier R. Mulhuijzen writes: > >Hmm.. you could also get that affect using log2(n) ng_tee(4) nodes.. > > I don't see how though. Lets say I link only to left, right and left2right. > Now when data enters left it will go to both right and left2right. When > data enters right it goes to left. But when data enters left2right it goes > to right, not left, where I want it. Think of each tee node as a 2x packet doubler, then hook them up like this: --- o ------------------- \ o------------------ \ o---------------- \ o-------------- \ o------------ \ o---------- \ o-------- I.e., only use "left", "right", and "left2right". -Archie __________________________________________________________________________ Archie Cobbs * Packet Design * http://www.packetdesign.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message