diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-11-11 04:52:58 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-11-11 04:52:58 +0000 |
commit | bf3745bd6fc5b64b940d548b759f14d2d6ae755a (patch) | |
tree | 6643d415a896888d356d947a57444afc4281ee96 /sbin/ipsecadm | |
parent | be5fe45d05d8d50bf8653533e389790de3b3dd5b (diff) |
Remove -spi from flow commands.
Diffstat (limited to 'sbin/ipsecadm')
-rw-r--r-- | sbin/ipsecadm/ipsecadm.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipsecadm/ipsecadm.8 b/sbin/ipsecadm/ipsecadm.8 index 93375c38924..1df89da4c60 100644 --- a/sbin/ipsecadm/ipsecadm.8 +++ b/sbin/ipsecadm/ipsecadm.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsecadm.8,v 1.34 2000/11/06 18:20:00 angelos Exp $ +.\" $OpenBSD: ipsecadm.8,v 1.35 2000/11/11 04:52:57 angelos Exp $ .\" .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. @@ -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 -require + -dst 169.20.12.2 -proto esp -in -require .Ed .Pp Setup a bypass flow: |