]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
suricata: Set exception-policy to pass-packet
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 5 Apr 2024 19:26:38 +0000 (21:26 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Apr 2024 14:57:09 +0000 (14:57 +0000)
This simply will skip processing a packet that caused an exception and will
allow Suricata to process all following packets of a flow.

Reference: #13638

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/suricata/suricata.yaml

index 6aa921dad9ef00f2e2660d640d2a9c7d2570f8e7..165a2442d22b060fb60ec90eab36a5bb0cc8dc4d 100644 (file)
@@ -889,7 +889,7 @@ legacy:
 # extra option: auto - which means drop-flow or drop-packet (as explained above)
 # in IPS mode, and ignore in IDS mode. Exception policy values are: drop-packet,
 # drop-flow, reject, bypass, pass-packet, pass-flow, ignore (disable).
-exception-policy: auto
+exception-policy: pass-packet
 
 # When run with the option --engine-analysis, the engine will read each of
 # the parameters below, and print reports for each of the enabled sections