diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-01-04 22:43:50 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-01-04 22:43:50 +0000 |
commit | fa517008b47da24e884bd9dfc3022a7aa085a184 (patch) | |
tree | b46123834469bc6ccbdbe5959f413c9eb31708df /share/man/man8/vpn.8 | |
parent | c67ab16a028c599a5f78245365d44fae6dc647d1 (diff) |
I hate it when a manpage is wrong.
Diffstat (limited to 'share/man/man8/vpn.8')
-rw-r--r-- | share/man/man8/vpn.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man8/vpn.8 b/share/man/man8/vpn.8 index c516fe2ce04..e60a4a92aeb 100644 --- a/share/man/man8/vpn.8 +++ b/share/man/man8/vpn.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vpn.8,v 1.48 2000/12/15 02:54:08 provos Exp $ +.\" $OpenBSD: vpn.8,v 1.49 2001/01/04 22:43:49 angelos Exp $ .\" Copyright 1998 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -196,7 +196,7 @@ On the security gateway of subnet A: -addr B_EXTERNAL_IP 255.255.255.255 A_EXTERNAL_IP 255.255.255.255 -require -in -src A_EXTERNAL_IP - # ipsecadm flow -dst A_EXTERNAL_IP -proto esp + # ipsecadm flow -dst B_EXTERNAL_IP -proto esp -addr B_INTERNAL_NETWORK B_INTERNAL_NETMASK A_INTERNAL_NETWORK A_INTERNAL_NETMASK -require -in -src A_EXTERNAL_IP @@ -204,7 +204,7 @@ On the security gateway of subnet A: -addr B_EXTERNAL_IP 255.255.255.255 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_INTERNAL_NETWORK B_INTERNAL_NETMASK A_EXTERNAL_IP 255.255.255.255 -require -in -src A_EXTERNAL_IP |