Date: Tue, 5 Nov 1996 08:54:49 PST From: Bill Fenner <fenner@parc.xerox.com> To: "Jin Guojun[ITG]" <jin@george.lbl.gov> Cc: questions@freebsd.org, bugs@freebsd.org Subject: Re: what is changed for ARP in 2.2-SNAP Message-ID: <96Nov5.085504pst.177557@crevenia.parc.xerox.com> In-Reply-To: Your message of "Mon, 04 Nov 96 11:28:20 PST." <199611041928.LAA17022@george.lbl.gov>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?96Nov5.085504pst.177557>