diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-05-02 14:35:41 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-05-02 14:35:41 +0000 |
commit | 4edf2247e2b69f5cb9f4cfc9d33d03ef8f7d1e7d (patch) | |
tree | a66e504d8bcb5756a5f0b9c629480f783b11cab0 /sbin | |
parent | f190e3d77735c26540835b3afce72d989e1a191f (diff) |
Merge with EOM 1.16
author: angelos
Fix typo.
author: angelos
Add etherip and protocol numbers in the transport protocol entries,
document.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/isakmpd/isakmpd.policy.5 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sbin/isakmpd/isakmpd.policy.5 b/sbin/isakmpd/isakmpd.policy.5 index 6936eb7ca4e..2d95f80ab1f 100644 --- a/sbin/isakmpd/isakmpd.policy.5 +++ b/sbin/isakmpd/isakmpd.policy.5 @@ -1,5 +1,5 @@ -.\" $OpenBSD: isakmpd.policy.5,v 1.8 2000/04/07 22:49:54 niklas Exp $ -.\" $EOM: isakmpd.policy.5,v 1.14 2000/04/07 22:41:29 angelos Exp $ +.\" $OpenBSD: isakmpd.policy.5,v 1.9 2000/05/02 14:35:40 niklas Exp $ +.\" $EOM: isakmpd.policy.5,v 1.16 2000/04/25 06:49:19 angelos Exp $ .\" .\" Copyright (c) 1999, Angelos D. Keromytis. All rights reserved. .\" @@ -419,7 +419,7 @@ or these contain the lowest address in the specified subnet. .It remote_filter, local_filter, remote_id When the corresponding filter_type specifies an address (or range, or -subnet), theseares set to the upper and lower part of the address +subnet), these are set to the upper and lower part of the address space separated by a dash ('-') character (if the type specifies a single address, both parts are set to the same address). For FQDN and User FQDN types, these are set to the respective string. @@ -427,10 +427,11 @@ For FQDN and User FQDN types, these are set to the respective string. Set to the transport protocol port. .It remote_filter_proto, local_filter_proto, remote_id_proto Set to +.Va etherip , .Va tcp , .Va udp , -or nothing, depending on the transport protocol set in the IDci, IDcr, -and Main Mode peer ID respectively. +or the transport protocol number, depending on the transport protocol set +in the IDci, IDcr, and Main Mode peer ID respectively. .It remote_negotiation_address Set to the IPv4 address of the remote IKE daemon. .It local_negotiation_address |