diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-12-12 00:29:03 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-12-12 00:29:03 +0000 |
commit | ef67ea9922669819303b90673a44494ca6052363 (patch) | |
tree | 39a3387f87f0bbe685b08947a03fb36e61c0e667 /lib | |
parent | bb2772313303b589fd2de1436aeaf0a08c61da2e (diff) |
Remove references to ipsec-acl.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 59b46b8c678..5c41a860df8 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.56 2000/10/18 05:12:07 aaron Exp $ +.\" $OpenBSD: sysctl.3,v 1.57 2000/12/12 00:29:02 angelos Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -614,22 +614,6 @@ If the kernel has been compiled with the .Dv ENCDEBUG option, then debugging information will also be reported when this variable is set. -.It Li ip.ipsec-acl -If set to any non-zero value, incoming IPsec packets that are successfully -decrypted/authenticated are further validated against a list of acceptable -packet classes per Security Association. -When using automated key management, such as -.Xr isakmpd 8 -or -.Xr photurisd 8 , -the acceptable packet classes should be set up automatically. -When using manual keying, the appropriate entries have to be configured on a -per-SA basis via -.Xr ipsecadm 8 . -If this value is set to any non-zero value and no access control is -configured, IPsec packets will be dropped. -If set to 0, no testing of ingress packets will occur. -The default value is 1. .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. |