diff options
author | 2002-03-17 21:49:26 +0000 | |
---|---|---|
committer | 2002-03-17 21:49:26 +0000 | |
commit | ff7504fd235092881444a370ae48f598081eb639 (patch) | |
tree | 729b1738ec94a9f9a05e270de193909f4f0e4bd8 | |
parent | Add 'T' and 'S' commands (for tearing-down and reporting all Phase 2 (diff) | |
download | wireguard-openbsd-ff7504fd235092881444a370ae48f598081eb639.tar.xz wireguard-openbsd-ff7504fd235092881444a370ae48f598081eb639.zip |
Mention isakmpd_sa file.
-rw-r--r-- | sbin/isakmpd/isakmpd.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/isakmpd/isakmpd.8 b/sbin/isakmpd/isakmpd.8 index 45fcbf8a5e7..72d17324d72 100644 --- a/sbin/isakmpd/isakmpd.8 +++ b/sbin/isakmpd/isakmpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isakmpd.8,v 1.37 2001/12/21 11:41:50 mpech Exp $ +.\" $OpenBSD: isakmpd.8,v 1.38 2002/03/17 21:49:26 angelos Exp $ .\" $EOM: isakmpd.8,v 1.23 2000/05/02 00:30:23 niklas Exp $ .\" .\" Copyright (c) 1998, 1999, 2000, 2001 Niklas Hallqvist. @@ -395,6 +395,8 @@ The default IKE packet capture file. The report file written when .Dv SIGUSR1 is received. +.It Pa /var/run/isakmpd_sa +The report file written when the 'S' command is issued in the command FIFO. .It Pa /usr/share/ipsec/isakmpd/ A directory containing some sample .Nm |