From owner-freebsd-hackers Wed Oct 11 16:55:39 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA23780 for hackers-outgoing; Wed, 11 Oct 1995 16:55:39 -0700 Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id QAA23775 for ; Wed, 11 Oct 1995 16:55:36 -0700 Received: (from julian@localhost) by ref.tfs.com (8.6.11/8.6.9) id QAA03520; Wed, 11 Oct 1995 16:54:56 -0700 From: Julian Elischer Message-Id: <199510112354.QAA03520@ref.tfs.com> Subject: Re: IPX To: dennis@etinc.com (dennis) Date: Wed, 11 Oct 1995 16:54:56 -0700 (PDT) Cc: hackers@freebsd.org In-Reply-To: <199510112247.SAA04475@etinc.com> from "dennis" at Oct 11, 95 06:47:27 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 724 Sender: owner-hackers@freebsd.org Precedence: bulk > > - 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......