mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 19:15:54 +02:00
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:
committed by
Michael Tremer
parent
a4ade63ef1
commit
4d24d99461
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user