[Openvpn-devel] doc/protocol-options.rst: Correct default for --allow-compression

Message ID 20211129165538.2948077-1-tincantech@protonmail.com
State Accepted
Headers show
Series [Openvpn-devel] doc/protocol-options.rst: Correct default for --allow-compression | expand

Commit Message

Richard T Bonhomme Nov. 29, 2021, 5:55 a.m. UTC
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
---
 doc/man-sections/protocol-options.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Gert Doering Dec. 5, 2021, 6:56 a.m. UTC | #1
Acked-by: Gert Doering <gert@greenie.muc.de>

Thanks.  (Fame and fortune and everything that goes with it...)

Your patch has been applied to the master branch.

commit 041c23595501f9db47b99443fef6d8863a92ab0d
Author: Richard T Bonhomme
Date:   Mon Nov 29 16:55:38 2021 +0000

     doc/protocol-options.rst: Correct default for --allow-compression

     Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
     Acked-by: Gert Doering <gert@greenie.muc.de>
     Message-Id: <20211129165538.2948077-1-tincantech@protonmail.com>
     URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg23268.html
     Signed-off-by: Gert Doering <gert@greenie.muc.de>


--
kind regards,

Gert Doering

Patch

diff --git a/doc/man-sections/protocol-options.rst b/doc/man-sections/protocol-options.rst
index c7aa6b0e..bde91779 100644
--- a/doc/man-sections/protocol-options.rst
+++ b/doc/man-sections/protocol-options.rst
@@ -18,13 +18,13 @@  configured in a compatible way between both the local and remote side.
 
   The ``mode`` argument can be one of the following values:
 
-  :code:`asym`  (default)
+  :code:`asym`
       OpenVPN will only *decompress downlink packets* but *not compress
       uplink packets*.  This also allows migrating to disable compression
       when changing both server and client configurations to remove
       compression at the same time is not a feasible option.
 
-  :code:`no`
+  :code:`no`  (default)
       OpenVPN will refuse any non-stub compression.
 
   :code:`yes`