]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Improve documentation and help text for --route-ipv6.
authorGert Doering <gert@greenie.muc.de>
Sat, 18 May 2013 10:43:01 +0000 (12:43 +0200)
committerDavid Sommerseth <davids@redhat.com>
Tue, 11 Jun 2013 17:20:12 +0000 (19:20 +0200)
Signed-off-by: Gert Doering <gert@greenie.muc.de>
Acked-by: David Sommerseth <davids@redhat.com>
Message-Id: 1368873781-29552-1-git-send-email-gert@greenie.muc.de
URL: http://article.gmane.org/gmane.network.openvpn.devel/7598
Signed-off-by: David Sommerseth <davids@redhat.com>
doc/openvpn.8
src/openvpn/options.c

index 397e2bf72f43db1d0723d4b4b6fbaaefde6fc2c1..174fd6d76fa39c2ede339189dfced7360ff52b48 100644 (file)
@@ -5379,7 +5379,11 @@ if no gateway is specified.
 .TP
 .B --route-ipv6 ipv6addr/bits [gateway] [metric]
 setup IPv6 routing in the system to send the specified IPv6 network
-into OpenVPN's ``tun'' device
+into OpenVPN's ``tun''.  The gateway parameter is only used for
+IPv6 routes across ``tap'' devices, and if missing, the ``ipv6remote''
+field from
+.B --ifconfig-ipv6
+is used.
 .TP
 .B --server-ipv6 ipv6addr/bits
 convenience-function to enable a number of IPv6 related options at
index 8975bbc29abf7302177add769b42785bb9c70621..883136f187631caf49f357352bb9335059c5c66e 100644 (file)
@@ -219,7 +219,7 @@ static const char usage_message[] =
   "--route-ipv6 network/bits [gateway] [metric] :\n"
   "                  Add IPv6 route to routing table after connection\n"
   "                  is established.  Multiple routes can be specified.\n"
-  "                  gateway default: taken from --route-ipv6-gateway or --ifconfig\n"
+  "                  gateway default: taken from 'remote' in --ifconfig-ipv6\n"
   "--max-routes n :  Specify the maximum number of routes that may be defined\n"
   "                  or pulled from a server.\n"
   "--route-gateway gw|'dhcp' : Specify a default gateway for use with --route.\n"