mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +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>
16 lines
601 B
Plaintext
16 lines
601 B
Plaintext
|
|
*** ATTENTION ***
|
|
|
|
To run ifdepd from startup, add
|
|
ifdepd_enable="YES" to /etc/rc.conf
|
|
|
|
Available variables you add/set to /etc/rc.conf.
|
|
- ifdepd_enable (bool): Set to "NO" by default.
|
|
Set it to "YES" to enable ifdepd.
|
|
- ifdepd_src_ifaces(str): Set to "" by default.
|
|
Contains a space separated list
|
|
of source interfaces.
|
|
- ifdepd_dst_ifaces(str): Set to "" by default.
|
|
Contains a space separated list
|
|
of destination interfaces.
|