From 307f79b08b97bb2732b683f9488932784fe6bb45 Mon Sep 17 00:00:00 2001
From: Robert Fischer <ml-openvpn@trispace.org>
Date: Sat, 10 Dec 2011 15:51:30 +0100
Subject: [PATCH] Documented --push-peer-info option
Signed-off-by: Robert Fischer <ml-openvpn@trispace.org>
---
openvpn.8 | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/openvpn.8 b/openvpn.8
index bceea4f..5dd4f42 100644
a
|
b
|
as with a |
2727 | 2727 | configuration file. This option will ignore |
2728 | 2728 | .B \-\-push |
2729 | 2729 | options at the global config file level. |
| 2730 | .TP |
| 2731 | .B \-\-push-peer-info |
| 2732 | Push additional information about the client to server. The additional information |
| 2733 | consists of the following data: |
| 2734 | |
| 2735 | IV_VER=<version> -- the client OpenVPN version |
| 2736 | |
| 2737 | IV_PLAT=[linux|solaris|openbsd|mac|netbsd|freebsd|win] -- the client OS platform |
| 2738 | |
| 2739 | IV_HWADDR=<mac address> -- the MAC address of clients default gateway |
| 2740 | |
| 2741 | IV_LZO_STUB=1 -- if client was built with LZO stub capability |
| 2742 | |
| 2743 | UV_<name>=<value> -- client environment variables whose names start with "UV_" |
2730 | 2744 | .\"********************************************************* |
2731 | 2745 | .TP |
2732 | 2746 | .B \-\-disable |