Skip to content

Commit

Permalink
Merge pull request #1252 from jsimpso/patch-1
Browse files Browse the repository at this point in the history
minor wording fixes / adjustments
  • Loading branch information
rebortg authored Jan 30, 2024
2 parents 9a6603c + adf7e91 commit e01fc7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/configuration/firewall/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 ...``.

Expand All @@ -81,15 +81,15 @@ 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
bridge is filtered and controlled:

* ``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
Expand Down

0 comments on commit e01fc7c

Please sign in to comment.