diff options
author | trasz <trasz@FreeBSD.org> | 2015-08-02 09:35:53 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2015-08-02 09:35:53 +0000 |
commit | 01cb83f8776e120475c6fdba0a6629442e88be4e (patch) | |
tree | 29dbfd78b35f121d683e8520b8dec109124963e2 | |
parent | e063ea329987f541e4ce113c808c2111e4276a23 (diff) | |
download | FreeBSD-src-01cb83f8776e120475c6fdba0a6629442e88be4e.zip FreeBSD-src-01cb83f8776e120475c6fdba0a6629442e88be4e.tar.gz |
MFC r285673:
Add CARP events description to devd.conf(5).
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | sbin/devd/devd.conf.5 | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/sbin/devd/devd.conf.5 b/sbin/devd/devd.conf.5 index 3956a73..552850b 100644 --- a/sbin/devd/devd.conf.5 +++ b/sbin/devd/devd.conf.5 @@ -41,7 +41,7 @@ .\" ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS .\" SOFTWARE. .\" -.Dd May 13, 2015 +.Dd July 11, 2015 .Dt DEVD.CONF 5 .Os .Sh NAME @@ -336,6 +336,26 @@ Processor state/configuration ($notify=0x81 is a change in available Cx states). Thermal zone events. .El .Pp +.It Li CARP +Events related to the +.Xr carp 8 +protocol. +.Bl -tag -width ".Sy Subsystem" -compact +.It Sy Subsystem +.It Ar vhid@interface +The +.Dq subsystem +contains the actual CARP vhid and the name of the network interface +on which the event took place. +.Bl -tag -width ".Li MASTER" -compact +.It Sy Type +.It Li MASTER +Node become the master for a virtual host. +.It Li BACKUP +Node become the backup for a virtual host. +.El +.El +.Pp .It Li IFNET Events related to the network subsystem. .Bl -tag -width ".Sy Subsystem" -compact |