summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGert Doering <gert@fbsd90.ov.greenie.net>2012-02-04 18:18:45 +0100
committerDavid Sommerseth <davids@redhat.com>2012-02-05 13:55:48 +0100
commit04d66ef064d5ac1ade4b30329b87239aac95d821 (patch)
treec8bedaca80521c4afed2b41b9cda037314f6dc5a
parentbee92b479414d12035b0422f81ac5fcfe14fa645 (diff)
downloadopenvpn-04d66ef064d5ac1ade4b30329b87239aac95d821.tar.gz
openvpn-04d66ef064d5ac1ade4b30329b87239aac95d821.tar.xz
openvpn-04d66ef064d5ac1ade4b30329b87239aac95d821.zip
Document IPv6-related environment variables.
(ifconfig_ipv6_local, ifconfig_ipv6_netbits, ifconfig_ipv6_remote, route_ipv6_network_{n}, route_ipv6_gateway_{n}) Signed-off-by: Gert Doering <gert@greenie.muc.de> Acked-by: David Sommerseth <davids@redhat.com> Signed-off-by: David Sommerseth <davids@redhat.com>
-rw-r--r--openvpn.863
1 files changed, 63 insertions, 0 deletions
diff --git a/openvpn.8 b/openvpn.8
index 00acd01..42f98fa 100644
--- a/openvpn.8
+++ b/openvpn.8
@@ -5358,6 +5358,49 @@ normally occurs prior to
script execution.
.\"*********************************************************
.TP
+.B ifconfig_ipv6_local
+The local VPN endpoint IPv6 address specified in the
+.B \-\-ifconfig-ipv6
+option (first parameter).
+Set prior to OpenVPN calling the
+.I ifconfig
+or
+.I netsh
+(windows version of ifconfig) commands which
+normally occurs prior to
+.B \-\-up
+script execution.
+.\"*********************************************************
+.TP
+.B ifconfig_ipv6_netbits
+The prefix length of the IPv6 network on the VPN interface. Derived from
+the /nnn parameter of the IPv6 address in the
+.B \-\-ifconfig-ipv6
+option (first parameter).
+Set prior to OpenVPN calling the
+.I ifconfig
+or
+.I netsh
+(windows version of ifconfig) commands which
+normally occurs prior to
+.B \-\-up
+script execution.
+.\"*********************************************************
+.TP
+.B ifconfig_ipv6_remote
+The remote VPN endpoint IPv6 address specified in the
+.B \-\-ifconfig-ipv6
+option (second parameter).
+Set prior to OpenVPN calling the
+.I ifconfig
+or
+.I netsh
+(windows version of ifconfig) commands which
+normally occurs prior to
+.B \-\-up
+script execution.
+.\"*********************************************************
+.TP
.B ifconfig_local
The local VPN endpoint IP address specified in the
.B \-\-ifconfig
@@ -5557,6 +5600,26 @@ than their names as denoted on the command line
or configuration file.
.\"*********************************************************
.TP
+.B route_ipv6_{parm}_{n}
+A set of variables which define each IPv6 route to be added, and
+are set prior to
+.B \-\-up
+script execution.
+
+.B parm
+will be one of "network" or "gateway" ("netmask" is contained as "/nnn"
+in the route_ipv6_network_{n}, unlike IPv4 where it is passed in a separate
+environment variable).
+
+.B n
+is the OpenVPN route number, starting from 1.
+
+If the network or gateway are resolvable DNS names,
+their IP address translations will be recorded rather
+than their names as denoted on the command line
+or configuration file.
+.\"*********************************************************
+.TP
.B peer_cert
Temporary file name containing the client certificate upon
connection. Useful in conjunction with --tls-verify