diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-11-06 20:44:23 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-11-06 20:44:23 +0000 |
commit | e9c7d1d0c0d6b69390ef3595273a2eaf1439d953 (patch) | |
tree | 3c085d4dc8586a239e88c8816bd3ec6e591aeb9e /share | |
parent | 7c68c1642a34a2dfe934f1ca9c1e1719794103af (diff) |
Fix symbolic address in example (noticed by kbob@jogger-egg.com)
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man8/vpn.8 | 4 |
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 |