From owner-freebsd-net@FreeBSD.ORG  Mon Apr  7 10:37:14 2008
Return-Path: <owner-freebsd-net@FreeBSD.ORG>
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 D878C106566B
	for <freebsd-net@freebsd.org>; Mon,  7 Apr 2008 10:37:14 +0000 (UTC)
	(envelope-from rpaulo@gmail.com)
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188])
	by mx1.freebsd.org (Postfix) with ESMTP id 684A78FC19
	for <freebsd-net@freebsd.org>; Mon,  7 Apr 2008 10:37:14 +0000 (UTC)
	(envelope-from rpaulo@gmail.com)
Received: by nf-out-0910.google.com with SMTP id b2so525073nfb.33
	for <freebsd-net@freebsd.org>; Mon, 07 Apr 2008 03:37:07 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;
	h=domainkey-signature:received:received:date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent:sender;
	bh=9r56QE600S55Y5qxTdwij5eBDVOEwBD8Kztl2abohqo=;
	b=PB9zlyvIfLZsks7dSGWqQWgqFVfumm+LgosilYb+kexHGSQSQyeMX7RVOso5/1G16uk/W1WxRlrvbGC3YmikizYpnzIrhmliZ/JhIv3+GP0Qi2zi2xGWL4rVSF2T2/IcyOqU/RHtBe+02ceAmkwmcvu46pGPlVjmpCF4O4oOgAU=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;
	h=date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent:sender;
	b=kSCATx+iB5mpCktv3/iH41aCgtrwWujMp49IL3odXxJ7KYWXKweFNC2jteOjaeGes/DnH5xUNdxdKVZvfBJY11uwqWUPSUIVXkxwXzzv2FZWeAmAoht+mR5txXMoczGHHN5VglUHQg5CMRwShAPA9a81rsIRwSNWe2wTDrPPPJM=
Received: by 10.78.173.20 with SMTP id v20mr377349hue.80.1207564625784;
	Mon, 07 Apr 2008 03:37:05 -0700 (PDT)
Received: from fnop.net ( [89.214.139.146])
	by mx.google.com with ESMTPS id d2sm13816285nfc.11.2008.04.07.03.37.02
	(version=SSLv3 cipher=OTHER); Mon, 07 Apr 2008 03:37:04 -0700 (PDT)
Date: Mon, 7 Apr 2008 11:36:54 +0100
From: Rui Paulo <rpaulo@FreeBSD.org>
To: "Bruce M. Simpson" <bms@FreeBSD.org>
Message-ID: <20080407103654.GA895@fnop.net>
References: <200804052050.09531.frenchy@driven-monkey.com>
	<47F82EA7.3070000@FreeBSD.org> <47F8357D.5090302@elischer.org>
	<47F8417A.2060805@FreeBSD.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <47F8417A.2060805@FreeBSD.org>
User-Agent: Mutt/1.5.17 (2007-11-01)
Sender: Rui Paulo <rpaulo@gmail.com>
Cc: freebsd-net@freebsd.org, Julian Elischer <julian@elischer.org>,
	frenchy@driven-monkey.com
Subject: Re: Initialising networking protocol
X-BeenThere: freebsd-net@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Networking and TCP/IP with FreeBSD <freebsd-net.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-net>,
	<mailto:freebsd-net-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-net>
List-Post: <mailto:freebsd-net@freebsd.org>
List-Help: <mailto:freebsd-net-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-net>,
	<mailto:freebsd-net-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Apr 2008 10:37:14 -0000

On Sun, Apr 06, 2008 at 04:20:26AM +0100, Bruce M. Simpson wrote:
> Julian Elischer wrote:
>>> 
>>> Seen ayame? http://www.ayame.org/
>> 
>> looks like a stalled affort.. things stop in 2002
> 
> [greater-than] From what I've read of the code, it seems close to KAME and 
> BSD style, and could actually get merged. With a little bit more work, the 
> userland could slot into XORP's BGP implementation. Of course, all this 
> takes time and effort, however I believe Ayame was a working example of 
> MPLS in NetBSD, so it's as good a place to start as any.

Yes, I started working on it a couple years ago:
 http://ftp.netbsd.org/pub/NetBSD/misc/rpaulo/ayame/

Krefen's version is more up to date and fixes some bugs, IIRC:
 http://ftp.netbsd.org/pub/NetBSD/misc/kefren/mpls/

HTH,
-- 
Rui Paulo