Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 1996 17:20:02 -0700 (PDT)
From:      Bill Fenner <fenner@parc.xerox.com>
To:        freebsd-bugs
Subject:   Re: bin/1693: rarpd does not appear to work 
Message-ID:  <199610010020.RAA29193@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: Bill Fenner <fenner@parc.xerox.com>
To: Kent Vander Velden <graphix@iastate.edu>
Cc: Bill Paul <wpaul@freefall.freebsd.org>, fenner@parc.xerox.com,
        freebsd-gnats-submit@freebsd.org
Subject: Re: bin/1693: rarpd does not appear to work 
Date: Mon, 30 Sep 1996 17:18:27 PDT

 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



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