diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2005-12-06 14:27:58 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2005-12-06 14:27:58 +0000 |
commit | 235e819c9ad494bab9f79c55db5422d1a6b1f9bf (patch) | |
tree | 9a21b464fc1e79fa3979dcee8567a25f32c65c84 /sbin/ipsecctl/ipsec.conf.5 | |
parent | a4ac2834b1045a851ccdea30c54de22303d7f36a (diff) |
ipip support: ip-in-ip w/o gif(4); ok hshoexer
Diffstat (limited to 'sbin/ipsecctl/ipsec.conf.5')
-rw-r--r-- | sbin/ipsecctl/ipsec.conf.5 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sbin/ipsecctl/ipsec.conf.5 b/sbin/ipsecctl/ipsec.conf.5 index e4460d39ede..3e5e8f80644 100644 --- a/sbin/ipsecctl/ipsec.conf.5 +++ b/sbin/ipsecctl/ipsec.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsec.conf.5,v 1.27 2005/11/24 13:53:41 hshoexer Exp $ +.\" $OpenBSD: ipsec.conf.5,v 1.28 2005/12/06 14:27:57 markus Exp $ .\" .\" Copyright (c) 2004 Mathieu Sauve-Frankel All rights reserved. .\" @@ -49,6 +49,12 @@ authentication, integrity, replay protection, and confidentiality of the data. .It Ic flow ah AH provides authentication, integrity, and replay protection, but no confidentiality. +.It Ic flow ipip +IPIP provides neither authentication, integrity, replay protection, nor +confidentiality. +However, it allows you to tunnel IP traffic over IP, without setting up +.Xr gif 4 +interfaces. .El .Pp For details on ESP and AH see @@ -124,6 +130,8 @@ Enter an ESP SA. Enter an AH SA. .It Ic ipcomp Enter an IPCOMP SA. +.It Ic ipip +Enter an IPIP pseudo SA. .El .Pp Parameters specify the peers, Security Parameter Index (SPI), |