From owner-cvs-sys Sat May 10 03:02:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA28287 for cvs-sys-outgoing; Sat, 10 May 1997 03:02:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA28263; Sat, 10 May 1997 03:02:01 -0700 (PDT) From: John Hay Received: (from jhay@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA22136; Sat, 10 May 1997 03:01:34 -0700 (PDT) Date: Sat, 10 May 1997 03:01:34 -0700 (PDT) Message-Id: <199705101001.DAA22136@freefall.freebsd.org> To: CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net if_ethersubr.c if_fddisubr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jhay 97/05/10 03:01:34 Modified: sys/net if_ethersubr.c if_fddisubr.c Log: Use the MAC address of an interface for the host part of an IPX address and not the MAC address of the first interface for every IPX address. This is more inline with the way others like Novell do it. Originally Submitted by: "Serge A. Babkin" Revision Changes Path 1.35 +15 -3 src/sys/net/if_ethersubr.c 1.19 +15 -3 src/sys/net/if_fddisubr.c