From owner-freebsd-hackers Mon Jul 22 19:58:03 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA08011 for hackers-outgoing; Mon, 22 Jul 1996 19:58:03 -0700 (PDT) Received: from hq.icb.chel.su (icb-rich-gw.icb.chel.su [193.125.10.34]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA08003 for ; Mon, 22 Jul 1996 19:57:56 -0700 (PDT) Received: (babkin@localhost) by hq.icb.chel.su (8.7.5/8.6.5) id IAA09972; Tue, 23 Jul 1996 08:27:33 +0600 (GMT+0600) From: "Serge A. Babkin" Message-Id: <199607230227.IAA09972@hq.icb.chel.su> Subject: Re: Ethernet-like loopback & IPX To: louie@TransSys.COM (Louis A. Mamakos) Date: Tue, 23 Jul 1996 08:27:32 +0600 (ESD) Cc: jhay@mikom.csir.co.za, hackers@FreeBSD.org In-Reply-To: <199607221346.JAA23451@whizzo.transsys.com> from "Louis A. Mamakos" at Jul 22, 96 09:46:36 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > > > > ... > > > > > > By the way, I have fixed the bug (in my opinion) in IPX. It allowed > > > only one link-level (i.e. Ethernet) address for all interfaces. > > > Was it a real bug or feature ? > > > > > > > It is a leftover from its XNS days. If you send me the patches for > > IPX, I will look it over and commit it. > > It's not a bug, but a feature. Having a single address for your > end-station make quite a few other weirdnesses in the protocol stack > and application just go away. But if you have a single address you need to set it for all Ethernet cards or they will not accept the packets with this address. The current implementation does not do this and I think that it's not a very good idea. -SB