diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-15 23:27:34 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-15 23:27:34 +0000 |
commit | a2892042609b22d8f182c2821c1e847c77c0b611 (patch) | |
tree | 1209bb2bcc40ab09bc22dd4a9462495443b96846 | |
parent | a9c238c487c2b060ab5d135b438a9d99cdb1a5f8 (diff) |
mention vpn(8);
-rw-r--r-- | share/man/man4/ipsec.4 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man4/ipsec.4 b/share/man/man4/ipsec.4 index 8e4ca379e38..9ab1164f974 100644 --- a/share/man/man4/ipsec.4 +++ b/share/man/man4/ipsec.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsec.4,v 1.60 2005/04/15 23:21:20 jmc Exp $ +.\" $OpenBSD: ipsec.4,v 1.61 2005/04/15 23:27:33 jmc Exp $ .\" .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. @@ -188,6 +188,9 @@ for encrypting and decrypting the data passing over the public net. An SA will contain information specifying whether it is a tunnel or transport mode SA, and for tunnels it will contain values to fill in into the outer IP header. +.Pp +Further information on setting up VPNs is described in +.Xr vpn 8 . .Ss Lifetimes The SA also holds a couple of other parameters, especially useful for automatic keying, called lifetimes, which puts a limit on how much we can |