From patchwork Wed Jul 15 22:30:03 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Openvpn-devel,06/16] doc/man: Move --bind from generic to link section X-Patchwork-Submitter: David Sommerseth X-Patchwork-Id: 1250 Message-Id: <20200715223013.11726-7-davids@openvpn.net> To: openvpn-devel@lists.sourceforge.net Date: Thu, 16 Jul 2020 00:30:03 +0200 From: David Sommerseth List-Id: This is more related to the configuration of the link, plus --nobind is already placed in the link section. Signed-off-by: David Sommerseth --- doc/man-sections/generic-options.rst | 7 ------- doc/man-sections/link-options.rst | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/man-sections/generic-options.rst b/doc/man-sections/generic-options.rst index cd048fa5..35985afc 100644 --- a/doc/man-sections/generic-options.rst +++ b/doc/man-sections/generic-options.rst @@ -22,13 +22,6 @@ which mode OpenVPN is configured as. This directive does not affect the ``--http-proxy`` username/password. It is always cached. ---bind keywords - Bind to local address and port. This is the default unless any of - ``--proto tcp-client`` , ``--http-proxy`` or ``--socks-proxy`` are used. - - If the optional :code:`ipv6only` keyword is present OpenVPN will bind only - to IPv6 (as opposed to IPv6 and IPv4) when a IPv6 socket is opened. - --cd dir Change directory to ``dir`` prior to reading any files such as configuration files, key files, scripts, etc. ``dir`` should be an diff --git a/doc/man-sections/link-options.rst b/doc/man-sections/link-options.rst index 595f7f69..ca719c75 100644 --- a/doc/man-sections/link-options.rst +++ b/doc/man-sections/link-options.rst @@ -3,6 +3,13 @@ Link Options This link options section covers options related to the connection between the local and the remote host. +--bind keywords + Bind to local address and port. This is the default unless any of + ``--proto tcp-client`` , ``--http-proxy`` or ``--socks-proxy`` are used. + + If the optional :code:`ipv6only` keyword is present OpenVPN will bind only + to IPv6 (as opposed to IPv6 and IPv4) when a IPv6 socket is opened. + --float Allow remote peer to change its IP address and/or port number, such as due to DHCP (this is the default if ``--remote`` is not used).