diff options
author | Robert Göhler <github@ghlr.de> | 2024-05-08 22:35:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-08 22:35:55 +0200 |
commit | 83c11443ed3cb1da030317bca61d78cfde26da39 (patch) | |
tree | 046d45a26254a0c50cd140c271be39b266cad75c | |
parent | 5e3c350097d6842775b3e6ca8999d266518af9bd (diff) | |
parent | 903df8ede480966fba6d3e6d97e5ed5bc1f9411b (diff) | |
download | vyos-documentation-83c11443ed3cb1da030317bca61d78cfde26da39.tar.gz vyos-documentation-83c11443ed3cb1da030317bca61d78cfde26da39.zip |
Merge pull request #1430 from vyos/mergify/bp/sagitta/pr-1427
Improve flowtable explanation (backport #1427)
-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 |