Date: Wed, 11 Oct 1995 16:54:56 -0700 (PDT) From: Julian Elischer <julian@ref.tfs.com> To: dennis@etinc.com (dennis) Cc: hackers@freebsd.org Subject: Re: IPX Message-ID: <199510112354.QAA03520@ref.tfs.com> In-Reply-To: <199510112247.SAA04475@etinc.com> from "dennis" at Oct 11, 95 06:47:27 pm
next in thread | previous in thread | raw e-mail | index | archive | help
> 
> - BSDI won't let us provide modified source or even an example to object
> customers, so we can just use a special precompiled object driver that has
> been modified and we can call it something different.
> - We wanted to make it as simple as possible. We really just "steal" packets
> from the driver
> 
> if (ipx_filter()){
>         m_freem();
>         return;
> }
> ether_input();
I've been adding protocols to the kernel
and I've been looking for a way to make them loadable..
it still needs a little work, but I've got some ideas..
(the protocol registers itself and how to recognise packets for it..)
BTW
talk to ecsd@ecsd.com (should work)
about frame relay etc..
he's trying to work out what to use......
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510112354.QAA03520>
