summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreyk <reyk@openbsd.org>2007-02-22 04:06:18 +0000
committerreyk <reyk@openbsd.org>2007-02-22 04:06:18 +0000
commitc621607d4c6939aeeceaf0f8171d76bc02144588 (patch)
tree362d8c8237d02d24411c758b8bf9e4977be20a99
parentPrint base so that we can make a correct mapping between apic and irq. (diff)
downloadwireguard-openbsd-c621607d4c6939aeeceaf0f8171d76bc02144588.tar.xz
wireguard-openbsd-c621607d4c6939aeeceaf0f8171d76bc02144588.zip
document the new options to manipulate carp demotion counters.
-rw-r--r--usr.sbin/hoststated/hoststated.conf.524
-rw-r--r--usr.sbin/relayd/relayd.conf.524
2 files changed, 46 insertions, 2 deletions
diff --git a/usr.sbin/hoststated/hoststated.conf.5 b/usr.sbin/hoststated/hoststated.conf.5
index f919e4821af..9b5afe6b717 100644
--- a/usr.sbin/hoststated/hoststated.conf.5
+++ b/usr.sbin/hoststated/hoststated.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hoststated.conf.5,v 1.18 2007/02/22 03:32:39 reyk Exp $
+.\" $OpenBSD: hoststated.conf.5,v 1.19 2007/02/22 04:06:18 reyk Exp $
.\"
.\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org>
.\"
@@ -89,6 +89,18 @@ table webhosts {
Here are the settings that can be set globally:
.Pp
.Bl -tag -width Ds -compact
+.It Ic demote Ar group
+Enable the global
+.Xr carp 4
+demotion option, this will reset the carp demotion counter for the
+specified interface group to zero on startup and to 128 on shutdown of
+the daemon.
+For more information on interface groups,
+see the
+.Ic group
+keyword in
+.Xr ifconfig 8 .
+.Pp
.It Xo
.Ic interval Ar number
.Xc
@@ -201,6 +213,16 @@ is specified, a complete SSL handshake will also be performed.
.It Ic check ssl
This has the same effect as above but also implies
.Ic use ssl .
+.It Ic demote Ar group
+Enable the per-table
+.Xr carp 4
+demotion option, this will increment the carp demotion counter for the
+specified interface group if all hosts in the table are down.
+For more information on interface groups,
+see the
+.Ic group
+keyword in
+.Xr ifconfig 8 .
.It Ic disable
Start the table disabled \(en no hosts will be checked in this table.
The table can be later enabled through
diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5
index 3dbfdfc8a9c..0b6800ce3a7 100644
--- a/usr.sbin/relayd/relayd.conf.5
+++ b/usr.sbin/relayd/relayd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: relayd.conf.5,v 1.18 2007/02/22 03:32:39 reyk Exp $
+.\" $OpenBSD: relayd.conf.5,v 1.19 2007/02/22 04:06:18 reyk Exp $
.\"
.\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org>
.\"
@@ -89,6 +89,18 @@ table webhosts {
Here are the settings that can be set globally:
.Pp
.Bl -tag -width Ds -compact
+.It Ic demote Ar group
+Enable the global
+.Xr carp 4
+demotion option, this will reset the carp demotion counter for the
+specified interface group to zero on startup and to 128 on shutdown of
+the daemon.
+For more information on interface groups,
+see the
+.Ic group
+keyword in
+.Xr ifconfig 8 .
+.Pp
.It Xo
.Ic interval Ar number
.Xc
@@ -201,6 +213,16 @@ is specified, a complete SSL handshake will also be performed.
.It Ic check ssl
This has the same effect as above but also implies
.Ic use ssl .
+.It Ic demote Ar group
+Enable the per-table
+.Xr carp 4
+demotion option, this will increment the carp demotion counter for the
+specified interface group if all hosts in the table are down.
+For more information on interface groups,
+see the
+.Ic group
+keyword in
+.Xr ifconfig 8 .
.It Ic disable
Start the table disabled \(en no hosts will be checked in this table.
The table can be later enabled through