From owner-freebsd-current@FreeBSD.ORG Mon Mar 1 20:30:00 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5405316A4CE; Mon, 1 Mar 2004 20:30:00 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2261043D1D; Mon, 1 Mar 2004 20:30:00 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 3157E6520E; Tue, 2 Mar 2004 04:29:59 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19689-01-2; Tue, 2 Mar 2004 04:29:58 +0000 (GMT) Received: from saboteur.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 00F6B651FA; Tue, 2 Mar 2004 04:29:58 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 278D637; Tue, 2 Mar 2004 04:29:57 +0000 (GMT) Date: Tue, 2 Mar 2004 04:29:57 +0000 From: Bruce M Simpson To: James Message-ID: <20040302042957.GH3841@saboteur.dek.spc.org> Mail-Followup-To: James , Wes Peters , freebsd-net@freebsd.org, freebsd-current@freebsd.org, Andre Oppermann References: <4043B6BA.B847F081@freebsd.org> <200403011507.52238.wes@softweyr.com> <20040302031625.GA4061@scylla.towardex.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040302031625.GA4061@scylla.towardex.com> cc: Wes Peters cc: freebsd-current@freebsd.org cc: Andre Oppermann cc: freebsd-net@freebsd.org Subject: Re: My planned work on networking stack X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Mar 2004 04:30:00 -0000 On Mon, Mar 01, 2004 at 10:16:25PM -0500, James wrote: > > > [] move IPv4 routing to its own optimized routing table structure and > > finally it's about time :) I've been fielding suggestions from individuals who feel using a multi-bit trie might be more suitable for achieving higher PPS rates. > > > add multi-path and policy-routing options. (planned) > > would the policy-routing optioned table sort of similar to VRF's or > different routing instances that could potentially be tied to userlands > like Quagga? That's the plan, I believe, anyway... It would be nice if Quagga could be taught about how to add TCP-MD5 keys to both FreeBSD and OpenBSD SADBs. BMS