diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-05-13 12:29:37 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-05-13 12:29:37 +0000 |
commit | 45ae1b77f781e568ebf6cb6701e74c95542e2b0c (patch) | |
tree | 65d5bf6181cac7948e5bfcb0d11326e9801640c0 /sbin | |
parent | fce6c53749dd0e80520b4017bc420db728191945 (diff) |
Clarify tunnel options
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ipsec/startkey/startkey.1 | 28 |
1 files changed, 22 insertions, 6 deletions
diff --git a/sbin/ipsec/startkey/startkey.1 b/sbin/ipsec/startkey/startkey.1 index a2be8d96e9a..b55180606d3 100644 --- a/sbin/ipsec/startkey/startkey.1 +++ b/sbin/ipsec/startkey/startkey.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: startkey.1,v 1.4 1998/03/05 09:30:56 provos Exp $ +.\" $OpenBSD: startkey.1,v 1.5 1998/05/13 12:29:36 niklas Exp $ .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -61,7 +61,7 @@ The options .Nm port , .Nm options , .Nm tsrc , -.Nm tdsr , +.Nm tdst , .Nm exchange_lifetime , .Nm spi_lifetime and @@ -81,11 +81,27 @@ The options to be used in the exchange. Possible values are and .Nm auth . .It tsrc -The source address with netmask from which packets are accepted -for the tunnel to be created. +If both +.Nm tsrc +and +.Nm tdst +(see below) are specified, a tunnel (IP over IP) is setup. The +.Nm tsrc +option is a network address with netmask used for matching the source +IP address of a packet. When both the source and the destination +addresses match their respective options the packet will be routed into the +tunnel. .It tdst -The destination address with netmask for which packets are -accepted for the tunnel being created. +If both +.Nm tsrc +(see above) and +.Nm tdst +are specified, a tunnel (IP over IP) is setup. The +.Nm tdst +option is a network address with netmask used for matching the destination +IP address of a packet. When both the source and the destination +addresses match their respective options the packet will be routed into the +tunnel. .It exchange_lifetime Determines the lifetime of the exchange. After an exchange expires no new SPIs are created. |