docs: consistently indent .rst files with 2 spaces (#2726)

follow-up on

commit 854fef4e12 ("docs: consistently indent .rst files with 2 spaces")
This commit is contained in:
Jan-Niklas Burfeind 2022-12-18 20:57:46 +01:00 committed by GitHub
parent 36e9a85e22
commit 047f4fb016
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 303 additions and 300 deletions

View File

@ -35,6 +35,8 @@ minimum payload MTU required. This is the lowest recommended value, since going
lower would cause unnecessary fragmentation for clients which respect the announced lower would cause unnecessary fragmentation for clients which respect the announced
link MTU. link MTU.
.. editorconfig-checker-disable
Example: Our network currently uses batman-adv v15, it therefore requires up Example: Our network currently uses batman-adv v15, it therefore requires up
to 32 Bytes of encapsulation overhead on top of the minimal link MTU required for to 32 Bytes of encapsulation overhead on top of the minimal link MTU required for
transporting IPv6.:: transporting IPv6.::
@ -72,6 +74,7 @@ Tunneling.::
MTU_HIGH = 1436 Byte - 20 Byte - 8 Byte - 24 Byte - 14 Byte = 1370 Byte MTU_HIGH = 1436 Byte - 20 Byte - 8 Byte - 24 Byte - 14 Byte = 1370 Byte
.. editorconfig-checker-enable
Tables for Different VPN Providers Tables for Different VPN Providers
---------------------------------- ----------------------------------