summaryrefslogtreecommitdiffstats
path: root/management
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-10-20 19:00:56 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-10-20 19:00:56 +0000
commit5ad84585debfe8ce3569be759d2f34a261a38a54 (patch)
treebd765379f20dfd5bbb23eaa374abbd464645daf7 /management
parentdd1047f52119bbe78bd0f2c9452c9965c4bdf0dc (diff)
downloadopenvpn-5ad84585debfe8ce3569be759d2f34a261a38a54.tar.gz
openvpn-5ad84585debfe8ce3569be759d2f34a261a38a54.tar.xz
openvpn-5ad84585debfe8ce3569be759d2f34a261a38a54.zip
Added actual remote address used to the ">STATE" alert
in the management interface (Rolf Fokkens). git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@701 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'management')
-rw-r--r--management/management-notes.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/management/management-notes.txt b/management/management-notes.txt
index 1dc2913..292f733 100644
--- a/management/management-notes.txt
+++ b/management/management-notes.txt
@@ -314,9 +314,10 @@ The output format consists of 4 comma-separated parameters:
(a) the integer unix date/time,
(b) the state name,
(c) optional descriptive string (used mostly on RECONNECTING
- and EXITING to show the reason for the disconnect), and
+ and EXITING to show the reason for the disconnect),
(d) optional TUN/TAP local IP address (shown for ASSIGN_IP
- and CONNECTED).
+ and CONNECTED), and
+ (e) optional address of remote server (OpenVPN 2.1 or higher).
Real-time state notifications will have a ">STATE:" prefix
prepended to them.