From owner-freebsd-bugs Mon Sep 30 19:28:09 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA29700 for bugs-outgoing; Mon, 30 Sep 1996 19:20:08 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA29675; Mon, 30 Sep 1996 19:20:03 -0700 (PDT) Date: Mon, 30 Sep 1996 19:20:03 -0700 (PDT) Message-Id: <199610010220.TAA29675@freefall.freebsd.org> To: freebsd-bugs From: The Unknown User-ID (13236) Subject: Re: bin/1693: rarpd does not appear to work Reply-To: The Unknown User-ID (13236) Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR bin/1693; it has been noted by GNATS. From: The Unknown User-ID (13236) To: Bill Fenner Cc: wpaul@freefall.freebsd.org, freebsd-gnats-submit@freebsd.org Subject: Re: bin/1693: rarpd does not appear to work Date: Mon, 30 Sep 1996 21:15:31 CDT In message <96Sep30.171838pdt.177476@crevenia.parc.xerox.com>, fenner@parc.xero x.com writes: >Kent, > > It's in bpf-1.1.tar.Z, in util/rarpd . To make it work on 2.1.5, >you will need to add > > ep->ether_type = ntohs(ep->ether_type); > >to the rarp_reply() function, to put the ethertype in the order that >the 2.1.5 bpf output routine wants it in. If you are using -current, >this bug is fixed and the sources should be usable directly. > > Bill This version responds but there are problems with byte ordering. The ip address that is sent back is in reverse order. Thanks. --- Kent Vander Velden graphix@iastate.edu