new routing protocol

Jerry Toung jtoung at arc.nasa.gov
Wed Aug 20 08:34:03 PDT 2003


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 about
> > 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... =), and you can
> plug/unplug your code at any time without
> the need to reboot.
>



More information about the freebsd-hackers mailing list