From owner-freebsd-net@FreeBSD.ORG Mon Sep 1 15:15:25 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F4F9106567A for ; Mon, 1 Sep 2008 15:15:25 +0000 (UTC) (envelope-from debarshi.ray@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.152]) by mx1.freebsd.org (Postfix) with ESMTP id A2C868FC24 for ; Mon, 1 Sep 2008 15:15:24 +0000 (UTC) (envelope-from debarshi.ray@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so1261447fgb.35 for ; Mon, 01 Sep 2008 08:15:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=8tOWCnQY57mulRbC069pJ4IvcaoVzswKOglUPZRJ3O0=; b=Pir7rCT8eFESHvOYMXByzgr1VsFSBA+bmc5gqpz0spcsB22pC06J5HaRVJtmyjOFUQ tgDbOkmeQUDqPSkbeWim7KyyhWmWjCaAxoQe7xpA6VdiTaigrL+dF5p7giD5dJxEa7We xXYTPqVI3a32Fgj+dor8rC2CMiIY297bDitFQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:references; b=JrmF/AkWMkBtDTbCz3LcK3mTUr9ZfWl9R4l85bg9MuA8hPGqQd+AYNXCPOrihAb468 0H9mLCqW0ltqGsL6vFZg1x8UFVuBIZZznulRwpK/I3FfKVwYtIXbgqs4Lr2MMVoFPHZv C4SRxK8Oh2F/XuwfFfm1rSG+hUuQ9VqKCYxIQ= Received: by 10.187.195.7 with SMTP id x7mr1945649fap.46.1220282123194; Mon, 01 Sep 2008 08:15:23 -0700 (PDT) Received: by 10.187.245.8 with HTTP; Mon, 1 Sep 2008 08:15:23 -0700 (PDT) Message-ID: <3170f42f0809010815q77f50bcat39e5bcd6563ecd7@mail.gmail.com> Date: Mon, 1 Sep 2008 20:45:23 +0530 From: "Debarshi Ray" To: "Bruce M. Simpson" In-Reply-To: <48BBE5F2.4000108@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3170f42f0809010507q6c37a9d5q19649bc261d7656d@mail.gmail.com> <48BBE5F2.4000108@FreeBSD.org> Cc: FreeBSD networking and TCP/IP list Subject: Re: reading routing table X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: debarshi.ray@gmail.com List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2008 15:15:25 -0000 > Why don't you just use XORP's FEA code? > It already does all this under a BSD-type license. Nice stuff. However, it looks like a full blown routing platform. In that case it would be easier to re-write those portions using the relevant set of APIs. Happy hacking, Debarshi