Ticket #184: 0002-Documented-push-peer-info-option.patch

File 0002-Documented-push-peer-info-option.patch, 1.2 KB (added by rf, 12 years ago)
  • openvpn.8

    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 
    27272727configuration file.  This option will ignore
    27282728.B \-\-push
    27292729options at the global config file level.
     2730.TP
     2731.B \-\-push-peer-info
     2732Push additional information about the client to server.  The additional information
     2733consists of the following data:
     2734
     2735IV_VER=<version> -- the client OpenVPN version
     2736
     2737IV_PLAT=[linux|solaris|openbsd|mac|netbsd|freebsd|win] -- the client OS platform
     2738
     2739IV_HWADDR=<mac address> -- the MAC address of clients default gateway
     2740
     2741IV_LZO_STUB=1 -- if client was built with LZO stub capability
     2742
     2743UV_<name>=<value> -- client environment variables whose names start with "UV_"
    27302744.\"*********************************************************
    27312745.TP
    27322746.B \-\-disable