From: David Sommerseth Date: Fri, 11 Sep 2020 15:42:59 +0000 (+0200) Subject: man: Add missing --server-ipv6 X-Git-Tag: v2.5_rc1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4c03b46b24f952489a6ad19a434f2dff13d1276;p=thirdparty%2Fopenvpn.git man: Add missing --server-ipv6 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 Acked-by: Gert Doering 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 (cherry picked from commit 8120e1ad4f20d4ec1fa9e191f3b15740c4aec448) --- diff --git a/doc/man-sections/server-options.rst b/doc/man-sections/server-options.rst index 2009953c2..fe0e6a96f 100644 --- a/doc/man-sections/server-options.rst +++ b/doc/man-sections/server-options.rst @@ -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).