diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-21 03:08:36 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-21 03:08:36 +0000 |
commit | b10532a581341da0dc47bc5e53e8678ae18ecd13 (patch) | |
tree | 9fcacc4d6451c75f10583abe18f8a3103d4cd5fb /net/Makefile | |
parent | - Mirror distfile (diff) |
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@secureworks.net>
Notes
Notes:
svn path=/head/; revision=122052
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index c5b2f2a54c57..c48ce946cf29 100644 --- a/net/Makefile +++ b/net/Makefile @@ -218,6 +218,7 @@ SUBDIR += icqlib0 SUBDIR += icqnix SUBDIR += ifstat + SUBDIR += ifstated SUBDIR += imapproxy SUBDIR += imcom SUBDIR += ip6_int |