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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to