Getting packets MAC source address in if_ethersubr.c

2008-10-05 Thread Ryan French
Hi All, For my implementation of MPLS I have just about run out of time for my dissertation so at the moment I am trying to create fake routing table entries e.t.c. rather than doing this properly (I will be doing this once uni is finished and I have more free time to work on it). I now have re

Re: Initialisation of a networking protocol

2008-09-29 Thread Ryan French
nning by the weeks end. Thanks again, Ryan French. ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Initialisation of a networking protocol

2008-09-28 Thread Ryan French
O 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]"

Summer of Code is over!!

2008-08-18 Thread Ryan French
project working, and possibly even move onto other projects. -Ryan French ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

.pru_attach and kernel warnings

2008-08-15 Thread Ryan French
Hi everyone, I'm having issues with trying to build my kernel at the moment with my MPLS development code included. I'm trying to build a pr_usrreqs struct and with my attach method I am getting the warning 'initialization from incompatible pointer type', but as far as I can see the way I have

Looking for the FreeBSD equivalent of an OpenBSD function

2008-08-09 Thread Ryan French
Hi all, First of all thank you for all the help with my question yesterday, my problem today is unfortunately not something syntactical like the last one. I am working on moving over code from OpenBSDs implementation ofMPLS to FreeBSD, and I have run up against a function called 'sysctl_ifq' an

Probem with protosw

2008-08-08 Thread Ryan French
a pr_* undeclared here (not in a function) error, for each field of the struct I have declared. I have included the code just in case anyone is able to figure this out. Thanks, Ryan French #include #include #include #include #include #include #include #include #include #include #in

MPLS and Google SoC

2008-02-14 Thread Ryan French
Hi All, My name is Ryan French. I am a uni student at Waikato University in New Zealand. This year I will be porting the Ayame project (an implementation of the MPLS networking stack) to FreeBSD as part of my course. I was wondering if there was anyone out there wanting to be a mentor for me