summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-11-06 20:44:23 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-11-06 20:44:23 +0000
commite9c7d1d0c0d6b69390ef3595273a2eaf1439d953 (patch)
tree3c085d4dc8586a239e88c8816bd3ec6e591aeb9e /share
parent7c68c1642a34a2dfe934f1ca9c1e1719794103af (diff)
Fix symbolic address in example (noticed by kbob@jogger-egg.com)
Diffstat (limited to 'share')
-rw-r--r--share/man/man8/vpn.84
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man8/vpn.8 b/share/man/man8/vpn.8
index dad740624bb..b5cb69930b3 100644
--- a/share/man/man8/vpn.8
+++ b/share/man/man8/vpn.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vpn.8,v 1.56 2001/10/05 14:45:54 mpech Exp $
+.\" $OpenBSD: vpn.8,v 1.57 2001/11/06 20:44:22 angelos Exp $
.\"
.\" Copyright 1998 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved.
@@ -203,7 +203,7 @@ On the security gateway of subnet A:
-addr B_INTERNAL_NETWORK B_INTERNAL_NETMASK
A_INTERNAL_NETWORK A_INTERNAL_NETMASK
-require -in -src A_EXTERNAL_IP
- # ipsecadm flow -dst A_EXTERNAL_IP -proto esp
+ # ipsecadm flow -dst B_EXTERNAL_IP -proto esp
-addr B_EXTERNAL_IP 255.255.255.255
A_INTERNAL_NETWORK A_INTERNAL_NETMASK
-require -in -src A_EXTERNAL_IP