summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-02-23 03:49:52 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-02-23 03:49:52 +0000
commitcda29336f063012f1438a24ef83fa047fa7ab4b6 (patch)
treed100aa6e333ec2acddcc123078c38976e6000bdb
parentb29bba6882f4b07f09fc1f9e90ae22fc71ba9290 (diff)
Remove references to PF_ENCAP.
-rw-r--r--share/man/man4/ipsec.416
1 files changed, 3 insertions, 13 deletions
diff --git a/share/man/man4/ipsec.4 b/share/man/man4/ipsec.4
index 1faccefd899..d7c1f5f1058 100644
--- a/share/man/man4/ipsec.4
+++ b/share/man/man4/ipsec.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ipsec.4,v 1.14 1999/02/18 10:09:05 niklas Exp $
+.\" $OpenBSD: ipsec.4,v 1.15 1999/02/23 03:49:51 angelos Exp $
.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved.
.\"
@@ -35,13 +35,6 @@
.Sh NAME
.Tn IPsec
.Nd IP Security Protocol
-.Sh SYNOPSIS
-.Fd #include <net/encap.h>
-.Fd #include <netinet/ip_ipsp.h>
-.Fd #include <netinet/ip_esp.h>
-.Fd #include <netinet/ip_ah.h>
-.Ft int
-.Fn socket AF_ENCAP SOCK_RAW AF_UNSPEC
.Sh DESCRIPTION
.Tn IPSec
is a pair of protocols,
@@ -336,11 +329,8 @@ error = setsockopt(s, IPPROTO_IP, IP_AUTH_LEVEL, &level, sizeof(int));
.Pp
The system does guarantee that it will succeed at establishing the
required security associations. In any case a properly configured
-key management daemon is required which listens to
-.Dv EMT_NOTIFY
-messages on a
-.Dv PF_ENCAP
-socket.
+key management daemon is required which listens to messages from the
+kernel.
.Sh DIAGNOSTICS
A socket operation may fail with one of the following errors returned:
.Bl -tag -width [EINVAL]