Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 1996 19:20:03 -0700 (PDT)
From:      The Unknown User-ID (13236) <unknown@iastate.edu>
To:        freebsd-bugs
Subject:   Re: bin/1693: rarpd does not appear to work 
Message-ID:  <199610010220.TAA29675@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/1693; it has been noted by GNATS.

From: The Unknown User-ID (13236) <unknown@iastate.edu>
To: Bill Fenner <fenner@parc.xerox.com>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610010220.TAA29675>