Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Aug 2003 08:33:29 -0700
From:      Jerry Toung <jtoung@arc.nasa.gov>
To:        Paolo Pisati <flag@libero.it>, Diomidis Spinellis <dds@aueb.gr>, Ping Pan <pingpan@cs.columbia.edu>, Lars Eggert <larse@ISI.EDU>, Bruce M Simpson <bms@spc.org>
Cc:        FreeBSD_Hackers <freebsd-hackers@FreeBSD.ORG>
Subject:   Re: new routing protocol
Message-ID:  <200308200833.29553.jtoung@arc.nasa.gov>
In-Reply-To: <20030820120719.GA1255@newluxor.skynet.org>
References:  <200308191602.40166.jtoung@arc.nasa.gov> <20030820120719.GA1255@newluxor.skynet.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Thank you all for the inputs, this should get me started faster.
Jerry.

On Wednesday 20 August 2003 05:07 am, Paolo Pisati wrote:
> On Tue, Aug 19, 2003 at 04:02:40PM -0700, Jerry Toung wrote:
> > My problem is dealing with debuging and portability. With this raw
> > approach I guess I will have to run builkernel and installkernel all =
the
> > time. How can I avoid that? I thought about kernel modules, but I don=
't
> > know what kind to use (SYSCALL_MODULE or DEV_MODULE,etc..) and how ab=
out
> > netgraph.? does that make sense?
>
> i'm implementing a packet classification algorithm in FreeBSD using
> the Netgraph nodes, and i would reccomend you to do the same:
>
> writing a netgraph node is really simple (after you crash
> your os serveral times... =3D), and you can
> plug/unplug your code at any time without
> the need to reboot.
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308200833.29553.jtoung>