docs: fix typos

This commit is contained in:
Bob Idle 2023-03-14 21:39:34 +01:00
parent fe79b50473
commit 337f2f119e
6 changed files with 9 additions and 9 deletions

View File

@ -77,7 +77,7 @@ apply:
- use tabs instead of spaces - use tabs instead of spaces
- trailing whitespaces must be eliminated - trailing whitespaces must be eliminated
- files need to end with a final newline - files need to end with a final newline
- newlines need to have unix line endings (lf) - newlines need to have Unix line endings (lf)
To that end we provide a ``.editorconfig`` configuration, which is supported by most To that end we provide a ``.editorconfig`` configuration, which is supported by most
of the editors out there. of the editors out there.

View File

@ -77,7 +77,7 @@ should always appear before ``null`` in the configuration when both are enabled.
fastd v22 or newer is needed for the ``null@l2tp`` method. fastd v22 or newer is needed for the ``null@l2tp`` method.
It is often not necessary to enable L2TP offloading on supernodes for It is often not necessary to enable L2TP offloading on supernodes for
performance reasons. Nodes using offloading can communicate with supornodes that performance reasons. Nodes using offloading can communicate with supernodes that
don't use offloading as long as both use the ``null@l2tp`` method. don't use offloading as long as both use the ``null@l2tp`` method.
@ -107,7 +107,7 @@ However, the important changes to the fastd config on your Supernode are:
Note that in ``multitap`` mode, which is required when using L2TP offloading, Note that in ``multitap`` mode, which is required when using L2TP offloading,
fastd will create one interface per peer on the supernode's. This allows fastd will create one interface per peer on the supernode's. This allows
offloading the L2TP forwarding into the kernel space. But this also means added offloading the L2TP forwarding into the kernel space. But this also means added
copmlexity with regards to handling those interfaces. complexity with regards to handling those interfaces.
There are two main options on how you can handle this: There are two main options on how you can handle this: