Import of arpd-0.1:

--
arpd replies to any ARP request for an IP address matching the specified
destination net with the hardware MAC address of the specified
interface, but only after determining if another host already claims it.

Any IP address cliamed by arpd is eventually forgotten after a period of
inactivity or after a hard timeout, and is relinquished if the real
owner shows up.

This enables a single host to claim all unassigned addresses on a LAN
for network monitoring or simulation.

MAINTAINER= Jason Peel <jsyn@openbsd.org>
This commit is contained in:
jsyn 2002-05-20 22:23:25 +00:00
parent daa120f4e1
commit 675ee278de
4 changed files with 42 additions and 0 deletions

26
net/arpd/Makefile Normal file
View File

@ -0,0 +1,26 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/05/20 22:23:25 jsyn Exp $
COMMENT= "ARP reply daemon"
DISTNAME= arpd-0.1
CATEGORIES= net
NEED_VERSION= 1.531
MAINTAINER= Jason Peel <jsyn@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/
CONFIGURE_STYLE= gnu
WRKDIST= ${WRKDIR}/arpd
BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a::devel/libevent \
${LOCALBASE}/lib/libdnet.a::net/libdnet
.include <bsd.port.mk>

3
net/arpd/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (arpd-0.1.tar.gz) = 046ca68db6d69d874fda4bcea6c552de
RMD160 (arpd-0.1.tar.gz) = 8c6b39e3b4b3aa01a9f1c41209f18de525289f04
SHA1 (arpd-0.1.tar.gz) = 57e28960f10d2e827b7c58c55408ecaf30a8b322

10
net/arpd/pkg/DESCR Normal file
View File

@ -0,0 +1,10 @@
arpd replies to any ARP request for an IP address matching the specified
destination net with the hardware MAC address of the specified
interface, but only after determining if another host already claims it.
Any IP address cliamed by arpd is eventually forgotten after a period of
inactivity or after a hard timeout, and is relinquished if the real
owner shows up.
This enables a single host to claim all unassigned addresses on a LAN
for network monitoring or simulation.

3
net/arpd/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/05/20 22:23:25 jsyn Exp $
man/man8/arpd.8
sbin/arpd