diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-14 09:50:54 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-14 09:50:54 +0000 |
commit | 339162e009abbb09ca9b88b646897105438c9766 (patch) | |
tree | 9609c32986de3836a82e757504e1c6754bb1503f /share/man | |
parent | 209e103dac4375971aa5278de564a67ea929b790 (diff) |
reduce diff between isakmpd.conf sections for machines A and B;
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man8/vpn.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man8/vpn.8 b/share/man/man8/vpn.8 index be9ec6f8b0e..bf04e8caca2 100644 --- a/share/man/man8/vpn.8 +++ b/share/man/man8/vpn.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vpn.8,v 1.83 2005/04/14 09:10:12 jmc Exp $ +.\" $OpenBSD: vpn.8,v 1.84 2005/04/14 09:50:53 jmc Exp $ .\" .\" Copyright 1998 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. @@ -403,16 +403,16 @@ Create for machine B: .Bd -literal -offset indent # Incoming phase 1 negotiations are multiplexed on the -# source IP address. Phase 1 is used to set up a -# protected channel just between the two gateway machines. +# source IP address. Phase 1 is used to set up a protected +# channel just between the two gateway machines. # This channel is then used for the phase 2 negotiation # traffic (i.e. encrypted & authenticated). [Phase 1] 192.168.1.254= peer-machineA -# 'Phase 2' defines which connections the daemon should -# establish. These connections contain the actual +# 'Phase 2' defines which connections the daemon +# should establish. These connections contain the actual # "IPsec VPN" information. [Phase 2] |