summaryrefslogtreecommitdiffstats
path: root/net/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-03-16 21:23:15 +0000
committerpav <pav@FreeBSD.org>2005-03-16 21:23:15 +0000
commitdfac7dc7131baac95d7d62381983a32c0899073b (patch)
treeec665820331d01682cdf5d0876d15264a27a87ac /net/Makefile
parent7fa15c074493193d91c5aabd56df1fadfe15dc28 (diff)
downloadFreeBSD-ports-dfac7dc7131baac95d7d62381983a32c0899073b.zip
FreeBSD-ports-dfac7dc7131baac95d7d62381983a32c0899073b.tar.gz
ifdepd implements dependencies between network interfaces in a
reliable way. If any of the source interfaces fails, ifdepd sets all destination interfaces to state down. If all source interfaces are active, ifdepd sets all destination interfaces to state up. For example, it can be used with carp(4) to provide failover functionality on gateways/firewalls. ifdepd is a simple replacement for ifstated and was written because of problems with ifstated. PR: ports/78819 Submitted by: Alexander Hausner <alex@hugo.bmg.gv.at>
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 35fc343..efba365 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -228,6 +228,7 @@
SUBDIR += icqlib
SUBDIR += icqlib0
SUBDIR += icqnix
+ SUBDIR += ifdepd
SUBDIR += ifstat
SUBDIR += ifstated
SUBDIR += imapproxy
OpenPOWER on IntegriCloud