Re: Initialising networking protocol

2008-04-07 Thread Rui Paulo
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
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Initialising networking protocol

2008-04-05 Thread Ingo Flaschberger

Dear Bruce,


Seen ayame? http://www.ayame.org/


http://lists.freebsd.org/pipermail/freebsd-net/2008-February/016815.html

I think, Ryan already know this...

bye,
Ingo
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Initialising networking protocol

2008-04-05 Thread Bruce M. Simpson

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.


cheers
BMS
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Initialising networking protocol

2008-04-05 Thread Julian Elischer

Bruce M. Simpson wrote:

[EMAIL PROTECTED] wrote:

Hi All,

I am working on implementing MPLS in FreeBSD at the moment. I was 
wondering if anyone had some links to any references I could use, or 
recommend any books I can use to help me in that. Failing that, I am 
struggling with trying to work out how to initialise my MPLS protocol 
in the netisr stack, so the mpls_input function I am writing is called 
when an MPLS packet is received.
  


Seen ayame? http://www.ayame.org/


looks like a stalled affort.. things stop in 2002


___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Initialising networking protocol

2008-04-05 Thread Bruce M. Simpson

[EMAIL PROTECTED] wrote:

Hi All,

I am working on implementing MPLS in FreeBSD at the moment. I was wondering if 
anyone had some links to any references I could use, or recommend any books I 
can use to help me in that. Failing that, I am struggling with trying to work 
out how to initialise my MPLS protocol in the netisr stack, so the mpls_input 
function I am writing is called when an MPLS packet is received.
  


Seen ayame? http://www.ayame.org/
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Initialising networking protocol

2008-04-05 Thread frenchy
Hi All,

I am working on implementing MPLS in FreeBSD at the moment. I was wondering if 
anyone had some links to any references I could use, or recommend any books I 
can use to help me in that. Failing that, I am struggling with trying to work 
out how to initialise my MPLS protocol in the netisr stack, so the mpls_input 
function I am writing is called when an MPLS packet is received.

Thanks for any help,
Ryan French.
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"