summaryrefslogtreecommitdiff
path: root/sbin/ipsecadm
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-11-06 18:20:01 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-11-06 18:20:01 +0000
commitb1917ff26f6af7b00872f749a242094879f06d06 (patch)
treee4ed9e5c6abc7f87471ac21db86a67e38b4bbf48 /sbin/ipsecadm
parentc4b39b41535a2b4c3639f60cf3592bfcb0582b4c (diff)
Fix manpage examples.
Diffstat (limited to 'sbin/ipsecadm')
-rw-r--r--sbin/ipsecadm/ipsecadm.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ipsecadm/ipsecadm.8 b/sbin/ipsecadm/ipsecadm.8
index d094997eff2..93375c38924 100644
--- a/sbin/ipsecadm/ipsecadm.8
+++ b/sbin/ipsecadm/ipsecadm.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ipsecadm.8,v 1.33 2000/10/28 08:52:48 angelos Exp $
+.\" $OpenBSD: ipsecadm.8,v 1.34 2000/11/06 18:20:00 angelos Exp $
.\"
.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved.
@@ -600,7 +600,7 @@ ipsecadm old ah -auth md5 -spi 1001 -dst 169.20.12.2 -src 169.20.12.3 \e\
Setup a flow using the above SA:
.Bd -literal
ipsecadm flow -dst 169.20.12.2 -proto ah \e\
- -addr 10.1.1.0 255.255.255.0 10.0.0.0 255.0.0.0 -out
+ -addr 10.1.1.0 255.255.255.0 10.0.0.0 255.0.0.0 -out -require
.Ed
.Pp
Setup an inbound SA:
@@ -614,7 +614,7 @@ ipsecadm new esp -enc blf -auth md5 -spi 1002 -dst 169.20.12.3 \e\
Setup an ingress flow on for the inbound SA:
.Bd -literal
ipsecadm flow -addr 10.0.0.0 255.0.0.0 10.1.1.0 255.255.255.0 \e\
- -dst 169.20.12.2 -spi 1002 -proto esp -in
+ -dst 169.20.12.2 -spi 1002 -proto esp -in -require
.Ed
.Pp
Setup a bypass flow: