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
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]"
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]"
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]"
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
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
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
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