> Arne Schwabe <a...@rfc2549.org> hat am 07.12.2021 18:02 geschrieben:
> 
> diff --git a/doc/man-sections/link-options.rst 
> b/doc/man-sections/link-options.rst
> index f41c0c4f1..b71656e0b 100644
> --- a/doc/man-sections/link-options.rst
> +++ b/doc/man-sections/link-options.rst
> @@ -24,13 +24,18 @@ the local and the remote host.
>    from any address, not only the address which was specified in the
>    ``--remote`` option.
>  
> ---fragment max
> +--fragment max [mtu]
>    Enable internal datagram fragmentation so that no UDP datagrams are sent
>    which are larger than ``max`` bytes.
>  
> -  The ``max`` parameter is interpreted in the same way as the
> -  ``--link-mtu`` parameter, i.e. the UDP packet size after encapsulation
> -  overhead has been added in, but not including the UDP header itself.
> +  If the :code:`mtu` parameter is present the ``max`` parameter is
> +  interpreted to include IP and UDP encapsulation overhead. The
> +  :code:`mtu` parameter is introduced in OpenVPN version 2.6.0.
> +
> +  If the :code:`mtu` parameter is absent, the ``max`` parameter is
> +  interpreted in the same way as the ``--link-mtu`` parameter, i.e.
> +  the UDP packet size after encapsulation overhead has been added in,
> +  but not including the UDP header itself.

The same comment as for mssfix applies here: "--fragment max [mtu]" is not 
valid rst syntax.
Even "--fragment max mtu" is invalid. You need to do something like

--fragment args
  Valid syntaxes::

     fragment max
     fragment max mtu

Like we do for other parameters.

Regards,
--
Frank Lichtenheld


_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to