From owner-freebsd-hackers Tue Jul 15 04:20:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA21646 for hackers-outgoing; Tue, 15 Jul 1997 04:20:08 -0700 (PDT) Received: from hq.icb.chel.su (hq.icb.chel.su [193.125.10.33]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA21400 for ; Tue, 15 Jul 1997 04:14:33 -0700 (PDT) Received: (babkin@localhost) by hq.icb.chel.su (8.8.3/8.6.5) id PAA07043; Tue, 15 Jul 1997 15:19:59 +0600 (ESD) From: "Serge A. Babkin" Message-Id: <199707150919.PAA07043@hq.icb.chel.su> Subject: Re: IPX routing? To: jhay@mikom.csir.co.za (John Hay) Date: Tue, 15 Jul 1997 15:19:58 +0600 (ESD) Cc: msmith@atrad.adelaide.edu.au, hackers@FreeBSD.ORG In-Reply-To: <199707131647.SAA28393@zibbi.mikom.csir.co.za> from "John Hay" at Jul 13, 97 06:47:59 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > At the moment the code in FreeBSD only do Ethernet_II framing, so > you will have use that on the nets that connects to the FreeBSD box. > I do have code that do the Novel 802.3 protocol, but it only works > on the ed0 type cards because I use link1 in ifconfig to set it > and most other cards use that for something else like switching > 10BT on/off. By the way, is there any free link level flag ? As far as I remember some flag was obsoleted and freed the space. I think it can be used to switch the IPX code on an interface between 802.3 and EthernetII. -SB