Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/crypto/dist/ipsec-tools/src/racoon Pull up revision 1.14 ...



details:   https://anonhg.NetBSD.org/src/rev/fc22713e9a85
branches:  netbsd-3
changeset: 575782:fc22713e9a85
user:      tron <tron%NetBSD.org@localhost>
date:      Wed May 11 12:17:26 2005 +0000

description:
Pull up revision 1.14 (requested by manu in ticket #277):
More NAT-T fixes for the situation where racoon acts as a VPN client
Flush SA and generated SP on DPD timeout and deletion payloads

diffstat:

 crypto/dist/ipsec-tools/src/racoon/racoon.conf.5 |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 1df27dd7228b -r fc22713e9a85 crypto/dist/ipsec-tools/src/racoon/racoon.conf.5
--- a/crypto/dist/ipsec-tools/src/racoon/racoon.conf.5  Wed May 11 12:17:19 2005 +0000
+++ b/crypto/dist/ipsec-tools/src/racoon/racoon.conf.5  Wed May 11 12:17:26 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: racoon.conf.5,v 1.1.1.4 2005/03/16 23:53:17 manu Exp $
+.\"    $NetBSD: racoon.conf.5,v 1.1.1.4.2.1 2005/05/11 12:17:26 tron Exp $
 .\"
 .\" Id: racoon.conf.5,v 1.27.2.2 2005/03/16 23:18:43 manubsd Exp
 .\"
@@ -496,8 +496,12 @@
 .Bl -tag -width Ds -compact
 .It Ev LOCAL_ADDR
 The local address of the phase 1 SA.
+.It Ev LOCAL_PORT
+The local port used for IKE for the phase 1 SA.
 .It Ev REMOTE_ADDR
 The remote address of the phase 1 SA.
+.It Ev REMOTE_PORT
+The remote port used for IKE for the phase 1 SA.
 .El
 The following variables are only set if 
 .Ic mode_cfg 



Home | Main Index | Thread Index | Old Index