Skip to content

Commit

Permalink
userguide: add details about tcp flow pass
Browse files Browse the repository at this point in the history
Signed-off-by: jason taylor <[email protected]>
  • Loading branch information
jmtaylor90 committed Jul 3, 2023
1 parent a3168fd commit 2722ec0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/userguide/configuration/suricata-yaml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ happen when a signature matches and contains one of those Actions:

If a signature matches and contains pass, Suricata stops scanning the
packet and skips to the end of all rules (only for the current
packet).
packet). If the signature matches on a TCP connection, the entire
flow will be passed but details of the flow will still be logged.

2) Drop

Expand Down

0 comments on commit 2722ec0

Please sign in to comment.