cvs commit: ports/net Makefile ports/net/ifstated Makefile
distinfo pkg-descr ports/net/ifstated/files ifstated.sh
patch-Makefile patch-etc-ifstated.conf patch-ifstated.8
patch-ifstated.c patch-ifstated.h patch-parse.y
Pav Lucistnik
pav at FreeBSD.org
Sat Nov 20 19:08:37 PST 2004
pav 2004-11-21 03:08:37 UTC
FreeBSD ports repository
Modified files:
net Makefile
Added files:
net/ifstated Makefile distinfo pkg-descr
net/ifstated/files ifstated.sh patch-Makefile
patch-etc-ifstated.conf patch-ifstated.8
patch-ifstated.c patch-ifstated.h
patch-parse.y
Log:
Add ifstated, a port of src/usr.sbin/ifstated from OpenBSD. It has been
modified to use kqueue/kevent and sysctl.
The ifstated daemon runs commands in response to network state changes,
which it determines by monitoring interface link state or running exter-
nal tests. For example, it can be used with carp(4) to change running
services or to ensure that carp(4) interfaces stay in sync, or with pf(4)
to test server or link availability and modify translation or routing
rules.
PR: ports/74096
Submitted by: Matthew George <mdg at secureworks.net>
Revision Changes Path
1.1374 +1 -0 ports/net/Makefile
1.1 +44 -0 ports/net/ifstated/Makefile (new)
1.1 +2 -0 ports/net/ifstated/distinfo (new)
1.1 +31 -0 ports/net/ifstated/files/ifstated.sh (new)
1.1 +24 -0 ports/net/ifstated/files/patch-Makefile (new)
1.1 +34 -0 ports/net/ifstated/files/patch-etc-ifstated.conf (new)
1.1 +17 -0 ports/net/ifstated/files/patch-ifstated.8 (new)
1.1 +350 -0 ports/net/ifstated/files/patch-ifstated.c (new)
1.1 +34 -0 ports/net/ifstated/files/patch-ifstated.h (new)
1.1 +25 -0 ports/net/ifstated/files/patch-parse.y (new)
1.1 +15 -0 ports/net/ifstated/pkg-descr (new)
More information about the cvs-all
mailing list