mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
ff44bf490c
- Integrate patch that fixes behaviour with multiple check criteria. [2] PR: 111129 [1], [2] Submitted by: maintainer [1] Artemiev Igor <ai@bmc.brk.ru> [2] Approved by: maintainer
16 lines
533 B
Plaintext
16 lines
533 B
Plaintext
|
|
This is a port of ifstated(8) from OpenBSD by Matthew George.
|
|
|
|
From the manpage:
|
|
|
|
***
|
|
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.
|
|
***
|
|
|
|
It has been modified to use FreeBSD's kqueue/kevent mechanism and sysctl.
|