Skip to content

Commit

Permalink
Update flowtables.rst
Browse files Browse the repository at this point in the history
chore(docs): fixed typos & relevant distinctions for ipv4, ipv6
  • Loading branch information
snovak7 committed Jun 20, 2024
1 parent c85e0e5 commit e2427a9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/configuration/firewall/flowtables.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:lastproofread: 2023-12-26
:lastproofread: 2024-06-20

.. _firewall-flowtables-configuration:

Expand Down Expand Up @@ -85,12 +85,12 @@ Provide a description to the flow table.

Creating rules for using flow tables:

.. cfgcmd:: set firewall [ipv4 | ipv4] forward filter rule <1-999999>
.. cfgcmd:: set firewall [ipv4 | ipv6] forward filter rule <1-999999>
action offload

Create firewall rule in forward chain, and set action to ``offload``.

.. cfgcmd:: set firewall [ipv4 | ipv4] forward filter rule <1-999999>
.. cfgcmd:: set firewall [ipv4 | ipv6] forward filter rule <1-999999>
offload-target <flowtable>

Create firewall rule in forward chain, and define which flowtbale
Expand Down Expand Up @@ -142,7 +142,7 @@ Explanation

Analysis on what happens for desired connection:

1. First packet is received on eht0, with destination address 192.0.2.100,
1. First packet is received on eth0, with destination address 192.0.2.100,
protocol tcp and destination port 1122. Assume such destination address is
reachable through interface eth1.

Expand All @@ -159,7 +159,7 @@ Analysis on what happens for desired connection:
connection state is **established**, then rule 10 is hit, and a new entry
in the flowtable FT01 is added for this connection.

6. All subsecuent packets will skip traditional path, and will be offloaded
6. All the following packets will skip traditional path, and will be offloaded

Check warning on line 162 in docs/configuration/firewall/flowtables.rst

View workflow job for this annotation

GitHub Actions / lint-doc / doc-lint

Line too long: len=81
and will use the **Fast Path**.

Checks
Expand Down

0 comments on commit e2427a9

Please sign in to comment.