Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/24/1997 18:50:04
is
Mon Nov 24 10:43:22 PST 1997
Update of /cvsroot/src/usr.sbin/rarpd
In directory netbsd1:/var/slash-tmp/cvs-serv13754

Modified Files:
	rarpd.c Makefile 
Added Files:
	mkarp.h mkarp.c 
Log Message:
If we answer a RARP request, also add the mapping to the local arp cache.
[This was broken when the 4.4BSD ARP table changes were done, and never 
repaired.]
Inspired by Jarle Greipsland, PR 4531; code stolen from arp.a and cleaned
up (mostly removing global variables).
XXX As pointed out in the PR, this should be in some library (libutil?),
to be usable by other servers like bootpd and dhcpd.