]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
man: Add missing --server-ipv6
authorDavid Sommerseth <davids@openvpn.net>
Fri, 11 Sep 2020 15:42:59 +0000 (17:42 +0200)
committerGert Doering <gert@greenie.muc.de>
Fri, 11 Sep 2020 16:23:54 +0000 (18:23 +0200)
During the conversion from .8 to .rst and further reorganizing of the
content into separate files, the --server-ipv6 entry got lost.  This
resurrects it again.

Trac: #1324

Signed-off-by: David Sommerseth <davids@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20200911154259.13837-1-davids@openvpn.net>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg20970.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
doc/man-sections/server-options.rst

index 2009953c244818cf1f56f3eb572d6ddd091508d7..fe0e6a96fc8fd14b6af51f723efd26800c954c86 100644 (file)
@@ -639,6 +639,19 @@ fast hardware. SSL/TLS authentication must be used in this mode.
     mode server
     tls-server
 
+--server-ipv6 args
+  Convenience-function to enable a number of IPv6 related options at once,
+  namely ``--ifconfig-ipv6``, ``--ifconfig-ipv6-pool`` and
+  ``--push tun-ipv6``.
+
+  Valid syntax:
+  ::
+
+     server-ipv6 ipv6addr/bits
+
+  Pushing of the ``--tun-ipv6`` directive is done for older clients which
+  require an explicit ``--tun-ipv6`` in their configuration.
+
 --stale-routes-check args
   Remove routes which haven't had activity for ``n`` seconds (i.e. the ageing
   time).  This check is run every ``t`` seconds (i.e. check interval).