From owner-freebsd-bugs Tue Nov 5 08:56:01 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA09917 for bugs-outgoing; Tue, 5 Nov 1996 08:56:01 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id IAA09890; Tue, 5 Nov 1996 08:55:45 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <15345(1)>; Tue, 5 Nov 1996 08:55:07 PST Received: from localhost by crevenia.parc.xerox.com with SMTP id <177557>; Tue, 5 Nov 1996 08:55:04 -0800 To: "Jin Guojun[ITG]" cc: questions@freebsd.org, bugs@freebsd.org Subject: Re: what is changed for ARP in 2.2-SNAP In-reply-to: Your message of "Mon, 04 Nov 96 11:28:20 PST." <199611041928.LAA17022@george.lbl.gov> Date: Tue, 5 Nov 1996 08:54:49 PST From: Bill Fenner Message-Id: <96Nov5.085504pst.177557@crevenia.parc.xerox.com> Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199611041928.LAA17022@george.lbl.gov> you write: >If some one would tell me what is core change for the ARP, so I can make >corresponding change in the ATM, it will be appriciated. Reviewing net/if_ethersubr.c and netinet/if_ether.c, the major change that I see is that the interface output routine no longer byte-swaps the ethernet packet type, so that arp has to use htons(ETHERTYPE_ARP) . Bill