summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/sysctl.314
1 files changed, 2 insertions, 12 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index 125814d387a..d5c5de04db5 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.3,v 1.176 2007/12/13 20:00:53 reyk Exp $
+.\" $OpenBSD: sysctl.3,v 1.177 2008/02/05 22:57:31 mpf Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 13 2007 $
+.Dd $Mdocdate: February 5 2008 $
.Dt SYSCTL 3
.Os
.Sh NAME
@@ -1081,7 +1081,6 @@ The currently defined protocols and names are:
.It bpf bufsize integer yes
.It bpf maxbufsize integer yes
.It carp allow integer yes
-.It carp arpbalance integer yes
.It carp log integer yes
.It carp preempt integer yes
.It esp enable integer yes
@@ -1180,15 +1179,6 @@ If set to 0, incoming
packets will not be processed.
If set to any other value, processing will occur.
Enabled by default.
-.It Li carp.arpbalance
-If set to any value other than 0, the ARP balancing functionality of
-.Xr carp 4
-is enabled.
-When ARP requests are received for an IP address which is part of any virtual
-host, carp will hash the source IP in the ARP request to select one of the
-virtual hosts from the set of all the virtual hosts which have that IP address.
-The master of that host will respond with the correct virtual MAC address.
-Disabled by default.
.It Li carp.log
If set to any value other than 0,
.Xr carp 4