From owner-cvs-usrsbin Sat Aug 24 16:05:17 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA07921 for cvs-usrsbin-outgoing; Sat, 24 Aug 1996 16:05:17 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA07907; Sat, 24 Aug 1996 16:05:10 -0700 (PDT) Date: Sat, 24 Aug 1996 16:05:10 -0700 (PDT) From: Bill Paul Message-Id: <199608242305.QAA07907@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/rarpd rarpd.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/08/24 16:05:10 Modified: usr.sbin/rarpd rarpd.c Log: It appears that with FreeBSD-current, we need to set the ethernet frame type in network byte order. The htons() that wasn't needed in 2.1 is now required in 2.2. Ultimately, this rarpd should be replaced with the more recent one supplied with the new BPF distribution. Revision Changes Path 1.6 +2 -2 src/usr.sbin/rarpd/rarpd.c