suricata: Set exception-policy to pass-packet

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>
This commit is contained in:
Stefan Schantl
2024-04-05 21:26:38 +02:00
committed by Michael Tremer
parent a4ade63ef1
commit 4d24d99461

View 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