From 003e76bc4f2401d6edfd898b298d73c0806a36d7 Mon Sep 17 00:00:00 2001 From: Robert Fischer Date: Sat, 10 Dec 2011 15:51:30 +0100 Subject: Documented --push-peer-info option Signed-off-by: Robert Fischer Acked-by: David Sommerseth Signed-off-by: David Sommerseth --- openvpn.8 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'openvpn.8') diff --git a/openvpn.8 b/openvpn.8 index 9480d16..53d6bdb 100644 --- a/openvpn.8 +++ b/openvpn.8 @@ -2717,6 +2717,20 @@ as with a configuration file. This option will ignore .B \-\-push options at the global config file level. +.TP +.B \-\-push-peer-info +Push additional information about the client to server. The additional information +consists of the following data: + +IV_VER= -- the client OpenVPN version + +IV_PLAT=[linux|solaris|openbsd|mac|netbsd|freebsd|win] -- the client OS platform + +IV_HWADDR= -- the MAC address of clients default gateway + +IV_LZO_STUB=1 -- if client was built with LZO stub capability + +UV_= -- client environment variables whose names start with "UV_" .\"********************************************************* .TP .B \-\-disable -- cgit