diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-08-09 09:52:13 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-08-09 09:52:13 +0000 |
commit | 30f9579a44a338db36858df8bccf38a32af6ce01 (patch) | |
tree | aa369a539bf504787a147e5daca81696ed8c84fa /share/man/man4/carp.4 | |
parent | 5c3cc2ea7216ce666c93f190768d8cc9240098aa (diff) |
lightly document ifstated(8);
help + ok mpf@
Diffstat (limited to 'share/man/man4/carp.4')
-rw-r--r-- | share/man/man4/carp.4 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/share/man/man4/carp.4 b/share/man/man4/carp.4 index 7ea6e7420ce..554cac4630a 100644 --- a/share/man/man4/carp.4 +++ b/share/man/man4/carp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: carp.4,v 1.18 2005/05/24 17:16:32 mcbride Exp $ +.\" $OpenBSD: carp.4,v 1.19 2005/08/09 09:52:12 jmc Exp $ .\" .\" Copyright (c) 2003, Ryan McBride. All rights reserved. .\" @@ -78,6 +78,15 @@ or through the .Dv SIOCSVH ioctl. .Pp +.Nm +can also be used in conjunction with +.Xr ifstated 8 +to respond to changes in CARP state; +however, for most uses this will not be necessary. +See the manual page for +.Xr ifstated 8 +for more information. +.Pp Additionally, there are a number of global parameters which can be set using .Xr sysctl 8 : .Bl -tag -width xxxxxxxxxxxxxxxxxxxxxxxxxx @@ -203,6 +212,7 @@ itself will always be balanced to the same virtual host. .Xr pfsync 4 , .Xr hostname.if 5 , .Xr ifconfig 8 , +.Xr ifstated 8 , .Xr netstart 8 , .Xr sysctl 8 .Sh HISTORY |