diff options
| author | Robert Göhler <github@ghlr.de> | 2024-01-30 20:50:45 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-30 20:50:45 +0100 | 
| commit | e01fc7cadf978293c0a73fb902d0c19e2a66b97c (patch) | |
| tree | 2018d3d028b188c9eea8486f473baba84924eb0f /docs | |
| parent | 9a6603ca66d8c4ed1369a0b5267ef30c127e7df6 (diff) | |
| parent | adf7e91c5dfe7020d0df48aa93c62abcd8ca482d (diff) | |
| download | vyos-documentation-e01fc7cadf978293c0a73fb902d0c19e2a66b97c.tar.gz vyos-documentation-e01fc7cadf978293c0a73fb902d0c19e2a66b97c.zip | |
Merge pull request #1252 from jsimpso/patch-1
minor wording fixes / adjustments
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/configuration/firewall/index.rst | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/docs/configuration/firewall/index.rst b/docs/configuration/firewall/index.rst index 74d5bc20..5d9190d6 100644 --- a/docs/configuration/firewall/index.rst +++ b/docs/configuration/firewall/index.rst @@ -66,10 +66,10 @@ packetis processed at the **IP Layer**:       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 -     **inputt** (for example response to an ssh login attempt to the router). +     **input** (for example response to an ssh login attempt to the router).       This includes ipv4 and ipv6 filtering rules, defined in: -     * ``set firewall ipv4 input filter ...``. +     * ``set firewall ipv4 output filter ...``.       * ``set firewall ipv6 output filter ...``. @@ -81,7 +81,7 @@ packetis processed at the **IP Layer**:         destination...``.  If the interface where the packet was received is part of a bridge, then  -packetis processed at the **Bridge Layer**, which contains a basic setup for +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 @@ -89,7 +89,7 @@ bridge filtering:       * ``set firewall bridge forward filter ...``. -The main structure VyOS firewall cli is shown next: +The main structure of the VyOS firewall CLI is shown next:  .. code-block:: none | 
