mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
d8f2d80ac9
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>
13 lines
495 B
Plaintext
13 lines
495 B
Plaintext
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.
|
|
|
|
Alexander Hausner <alex@hugo.bmg.gv.at>
|