From owner-freebsd-hackers Mon Dec 4 15:34:37 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA11737 for hackers-outgoing; Mon, 4 Dec 1995 15:34:37 -0800 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id PAA11705 ; Mon, 4 Dec 1995 15:34:30 -0800 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id QAA00450; Mon, 4 Dec 1995 16:32:23 -0700 From: Terry Lambert Message-Id: <199512042332.QAA00450@phaeton.artisoft.com> Subject: Re: ipx on 802.3 To: wollman@lcs.mit.edu (Garrett A. Wollman) Date: Mon, 4 Dec 1995 16:32:23 -0700 (MST) Cc: terry@lambert.org, wollman@lcs.mit.edu, jhay@mikom.csir.co.za, hackers@FreeBSD.org, wollman@FreeBSD.org In-Reply-To: <9512042128.AA01138@halloran-eldar.lcs.mit.edu> from "Garrett A. Wollman" at Dec 4, 95 04:28:26 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 497 Sender: owner-hackers@FreeBSD.org Precedence: bulk I believe it is possible to compare the address family in the file /sys/net/if.c in the function ifioctl() for "case SIOCSIFFLAGS" (at about line 531) to determin if AF_IPX is being used, and if so, interpret the values of IFF_LINK[0-2] differently. This would be a simple hack compared to fixing all the code to do the right thing for the interface flags. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.