Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2001 13:42:23 -0800 (PST)
From:      Archie Cobbs <archie@dellroad.org>
To:        "Rogier R. Mulhuijzen" <drwilco@drwilco.nl>
Cc:        Archie Cobbs <archie@dellroad.org>, Julian Elischer <julian@elischer.org>, freebsd-current@FreeBSD.ORG
Subject:   Re: status of bridge code
Message-ID:  <200101252142.NAA07189@curve.dellroad.org>
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"

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101252142.NAA07189>