From owner-freebsd-net@FreeBSD.ORG Mon Sep 1 13:34:28 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 3544B106564A for ; Mon, 1 Sep 2008 13:34:28 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 0DEFE8FC16 for ; Mon, 1 Sep 2008 13:34:28 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id B44F115C2E0; Mon, 1 Sep 2008 09:34:27 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Mon, 01 Sep 2008 09:34:27 -0400 X-Sasl-enc: 2tqv1aB8DcXZu1jFJJrJrEvDRpQj6CoHGYH5xoA/HsN8 1220276067 Received: from empiric.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id 443563971E; Mon, 1 Sep 2008 09:34:27 -0400 (EDT) Message-ID: <48BBEF62.3030000@FreeBSD.org> Date: Mon, 01 Sep 2008 14:34:26 +0100 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.14 (X11/20080514) MIME-Version: 1.0 To: debarshi.ray@gmail.com References: <3170f42f0809010507q6c37a9d5q19649bc261d7656d@mail.gmail.com> <48BBE5F2.4000108@FreeBSD.org> <3170f42f0809010623k1df25c18u7c784d4431e5a8ce@mail.gmail.com> In-Reply-To: <3170f42f0809010623k1df25c18u7c784d4431e5a8ce@mail.gmail.com> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 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 13:34:28 -0000 Debarshi Ray wrote: >> Why don't you just use XORP's FEA code? >> It already does all this under a BSD-type license. >> > > I was not aware of it. What does it do? Is it portable across other > OSes or is it *BSD specific? > XORP's FEA process is responsible for talking to the underlying forwarding plane. It supports *BSD, Linux, MacOS X, and Microsoft Windows. Over the last year there was a refactoring where the forwarding table management got split into plugin-like modules. It is written in C++ although it's likely this split might make integration into other projects easier. Normally that support all goes into a single process, rather than being linked into many. cheers BMS