diff options
author | 2005-04-15 07:45:14 +0000 | |
---|---|---|
committer | 2005-04-15 07:45:14 +0000 | |
commit | 43f05bd1c2f1161143207eb539ec7d378f991f9d (patch) | |
tree | 4853f8d2e37d9a8d5d023726111a6879d136e217 | |
parent | shudup useless warning; ok jfb@. (diff) | |
download | wireguard-openbsd-43f05bd1c2f1161143207eb539ec7d378f991f9d.tar.xz wireguard-openbsd-43f05bd1c2f1161143207eb539ec7d378f991f9d.zip |
add `enable packet forwarding' to initial summary;
use `automated' keying, not `automatic', since the rest of the page does;
-rw-r--r-- | share/man/man8/vpn.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man8/vpn.8 b/share/man/man8/vpn.8 index 9f6d154bfa8..711fbc4993f 100644 --- a/share/man/man8/vpn.8 +++ b/share/man/man8/vpn.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vpn.8,v 1.90 2005/04/14 20:09:33 jmc Exp $ +.\" $OpenBSD: vpn.8,v 1.91 2005/04/15 07:45:14 jmc Exp $ .\" .\" Copyright 1998 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. @@ -53,6 +53,8 @@ Briefly, creating a VPN consists of the following steps: .It Choose a key exchange method: manual or automated. .It +Enable packet forwarding. +.It For manual keying, generate the keys. .It For manual keying, create the Security Associations (SA), one for @@ -73,7 +75,7 @@ There are currently two key exchange methods available: manual keying: .Xr ipsecadm 8 .It -automatic keying: +automated keying: .Xr isakmpd 8 .El .Ss Enabling Packet Forwarding |