summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2011-07-07 04:17:53 +0000
committerderaadt <deraadt@openbsd.org>2011-07-07 04:17:53 +0000
commit09be88ea6ec07e285aeadfc4b3cd1712fc69ea89 (patch)
tree309aab4beec1fde400afa7f17e154cc2bdcc0f13
parentKNF (diff)
downloadwireguard-openbsd-09be88ea6ec07e285aeadfc4b3cd1712fc69ea89.tar.xz
wireguard-openbsd-09be88ea6ec07e285aeadfc4b3cd1712fc69ea89.zip
We can mention ipcomp, since it works
-rw-r--r--sbin/ipsecctl/ipsec.conf.510
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/ipsecctl/ipsec.conf.5 b/sbin/ipsecctl/ipsec.conf.5
index d36aada5ca9..29c5861d048 100644
--- a/sbin/ipsecctl/ipsec.conf.5
+++ b/sbin/ipsecctl/ipsec.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ipsec.conf.5,v 1.132 2011/06/24 21:11:27 sthen Exp $
+.\" $OpenBSD: ipsec.conf.5,v 1.133 2011/07/07 04:17:53 deraadt Exp $
.\"
.\" Copyright (c) 2004 Mathieu Sauve-Frankel All rights reserved.
.\"
@@ -22,7 +22,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 24 2011 $
+.Dd $Mdocdate: July 7 2011 $
.Dt IPSEC.CONF 5
.Os
.Sh NAME
@@ -818,8 +818,8 @@ The following rules enter SAs in the SADB:
Enter an ESP SA.
.It Ic ah
Enter an AH SA.
-.\".It Ic ipcomp
-.\"Enter an IPCOMP SA.
+.It Ic ipcomp
+Enter an IPCOMP SA.
.It Ic ipip
Enter an IPIP pseudo SA.
.It Ic tcpmd5
@@ -942,7 +942,7 @@ and
.Sh SEE ALSO
.Xr openssl 1 ,
.Xr enc 4 ,
-.\".Xr ipcomp 4 ,
+.Xr ipcomp 4 ,
.Xr ipsec 4 ,
.Xr tcp 4 ,
.Xr pf.conf 5 ,