summaryrefslogtreecommitdiff
path: root/lib/libc/gen
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-01-10 04:36:17 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-01-10 04:36:17 +0000
commit16cac8a8e5fc1fb0ab66b6556a3a202a1e023e7f (patch)
tree8e43e7e9bad728718ec5177d56d1f975e3043630 /lib/libc/gen
parentc64cf9eea98b24197d325113958f37a8d6575cad (diff)
Document net.inet.ip.ipsec-invalid-life
Diffstat (limited to 'lib/libc/gen')
-rw-r--r--lib/libc/gen/sysctl.37
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index 4b6b724a436..e6a1352a137 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.3,v 1.36 2000/01/09 22:29:39 angelos Exp $
+.\" $OpenBSD: sysctl.3,v 1.37 2000/01/10 04:36:16 angelos Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -569,6 +569,11 @@ per-SA basis via
If this value is set to 1 and no access control is configured, IPsec packets
will be dropped.
If set to 0, no testing of ingress packets will occur.
+.It Li ip.ipsec-invalid-life
+The lifetime of embryonic Security Associations (SAs that key management
+daemons have reserved but not fully established yet) in seconds.
+The default value is 60.
+If set to zero or a negative value, embryonic SAs will not expire.
.It Li ip4.allow
If set to 0, incoming IPv4-in-IPv4 packets will not be processed.
If set to any other value, processing will occur.