From owner-freebsd-net@FreeBSD.ORG Wed Jul 9 12:55:31 2003 Return-Path: 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 D516437B401 for ; Wed, 9 Jul 2003 12:55:31 -0700 (PDT) Received: from laptop.tenebras.com (laptop.tenebras.com [66.92.188.18]) by mx1.FreeBSD.org (Postfix) with SMTP id 397BC43FAF for ; Wed, 9 Jul 2003 12:55:31 -0700 (PDT) (envelope-from kudzu@tenebras.com) Received: (qmail 56346 invoked from network); 9 Jul 2003 19:55:30 -0000 Received: from sapphire.tenebras.com (HELO tenebras.com) (192.168.188.241) by 0 with SMTP; 9 Jul 2003 19:55:30 -0000 Message-ID: <3F0C7328.7080304@tenebras.com> Date: Wed, 09 Jul 2003 12:55:20 -0700 From: Michael Sierchio User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, zh-tw, zh-cn, fr, en, de-de MIME-Version: 1.0 To: freebsd-net@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Question about bridging code X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jul 2003 19:55:32 -0000 Julian Elischer wrote: > how come no-one knows about netgraph.. the framework designed to do > exactly this? :-) > It's only been in use for 6 years.. Because we're missing a Nutshell book on the topic? Because only initiates into the Dark Art of Whistling know how to use it? ;-) (NB: smiley. You're not a humorless, literal-minded prat, but some of us are.) Heck, Julian, I'd be using it right now if I had the time to figure out how to rewrite ng_one2many to handle something other than round-robin. I'd like to fill the 256kbit/s frame relay to London before directing traffic over the VPN on our DS3, competing with all other traffic. As an advanced exercise, I'd like to balance based on QoS, with low-latency traffic (VoIP, etc.) going over the frame link.