diff options
author | Nicolas Vollmar <nvo@scaling.ch> | 2024-05-07 13:03:39 +0200 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-05-08 20:34:08 +0000 |
commit | 903df8ede480966fba6d3e6d97e5ed5bc1f9411b (patch) | |
tree | 046d45a26254a0c50cd140c271be39b266cad75c /docs | |
parent | 5e3c350097d6842775b3e6ca8999d266518af9bd (diff) | |
download | vyos-documentation-903df8ede480966fba6d3e6d97e5ed5bc1f9411b.tar.gz vyos-documentation-903df8ede480966fba6d3e6d97e5ed5bc1f9411b.zip |
State correct rule on first reply
(cherry picked from commit 166d87e92df0b5bd6a8c57023a914086e296fd3f)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/firewall/flowtables.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/firewall/flowtables.rst b/docs/configuration/firewall/flowtables.rst index bc7b9212..3a257dfc 100644 --- a/docs/configuration/firewall/flowtables.rst +++ b/docs/configuration/firewall/flowtables.rst @@ -152,7 +152,7 @@ Analysis on what happens for desired connection: 4. Once answer from server 192.0.2.100 is seen in opposite direction, connection state will be triggered to **established**, so this reply is - accepted in rule 10. + accepted in rule 20. 5. Second packet for this connection is received by the router. Since connection state is **established**, then rule 10 is hit, and a new entry |