diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2004-01-02 21:44:04 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2004-01-02 21:44:04 +0000 |
commit | 16d2d7fa39b600bff72d9101dba11cc35db68150 (patch) | |
tree | c23c6f12835ca8207c2957039a7d4746835548b5 /lib/libc | |
parent | 75af6131cce505110c7f7474e570a66b13d0eb23 (diff) |
net.inet.carp.preempt is disabled by default.
Pointed out by david@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index afdef47d815..f47d4df0704 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.117 2003/12/19 09:11:20 jmc Exp $ +.\" $OpenBSD: sysctl.3,v 1.118 2004/01/02 21:44:03 mcbride Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -1051,7 +1051,7 @@ will not attempt to become master if it is receiving advertisements from another active master. If set to any other value, carp will become master of the virtual host if it believes it can send advertisements more frequently than the current master. -Enabled by default. +Disabled by default. .It Li esp.enable If set to 1, enable Encapsulating Security Payload .Pq ESP |