diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-06-23 22:36:17 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-06-23 22:36:17 +0200 |
commit | 3ae7e2a9cb06f5ddd67b1a9d8a57f8f662028422 (patch) | |
tree | da97c8a30edf027fa69c4a81dbd7e418c1b65022 /openvpn/doc | |
parent | 0e76e955ba4848b18ee458cb9f53cc8e64671146 (diff) |
Sync OpenVPN to master
Diffstat (limited to 'openvpn/doc')
-rw-r--r-- | openvpn/doc/openvpn.8 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/openvpn/doc/openvpn.8 b/openvpn/doc/openvpn.8 index 15dd3206..42c7bf6e 100644 --- a/openvpn/doc/openvpn.8 +++ b/openvpn/doc/openvpn.8 @@ -5378,7 +5378,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 |