diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-05-07 12:46:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-07 12:46:42 +0200 |
commit | ccc07b46019f1325b3f48c29cf8c77ba89dd359a (patch) | |
tree | e95cede76c5552a50172857b6df4abf6da123ae2 /docs/configuration/firewall/index.rst | |
parent | f555a7dc9055671333eacf471589b91d1ee63523 (diff) | |
parent | 2804093e1f809e7ae9502a98374fd2cc5d612543 (diff) | |
download | vyos-documentation-ccc07b46019f1325b3f48c29cf8c77ba89dd359a.tar.gz vyos-documentation-ccc07b46019f1325b3f48c29cf8c77ba89dd359a.zip |
Merge pull request #1416 from Embezzle/spelling
Fix spelling mistakes across multiple files
Diffstat (limited to 'docs/configuration/firewall/index.rst')
-rw-r--r-- | docs/configuration/firewall/index.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/configuration/firewall/index.rst b/docs/configuration/firewall/index.rst index 44e0cd20..1d904901 100644 --- a/docs/configuration/firewall/index.rst +++ b/docs/configuration/firewall/index.rst @@ -24,7 +24,7 @@ firewall are covered below: where the packet was received is part of a bridge, or not. If the interface where the packet was received isn't part of a bridge, then -packetis processed at the **IP Layer**: +packet is processed at the **IP Layer**: * **Prerouting**: several actions can be done in this stage, and currently these actions are defined in different parts in VyOS configuration. Order @@ -65,7 +65,7 @@ packetis processed at the **IP Layer**: * **Output**: stage where traffic that originates from the router itself can be filtered and controlled. Bear in mind that this traffic can be a new connection originated by a internal process running on VyOS router, - such as NTP, or a response to traffic received externaly through + such as NTP, or a response to traffic received externally through **input** (for example response to an ssh login attempt to the router). This includes ipv4 and ipv6 filtering rules, defined in: @@ -84,7 +84,7 @@ If the interface where the packet was received is part of a bridge, then the packet is processed at the **Bridge Layer**, which contains a basic setup for bridge filtering: - * **Forward (Bridge)**: stage where traffic that is trespasing through the + * **Forward (Bridge)**: stage where traffic that is trespassing through the bridge is filtered and controlled: * ``set firewall bridge forward filter ...``. |