mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
suricata: Enable midstream scanning
We require this because Suricata might be restarted due to development or rule refreshment purposes. We should then try to resume any decoders/app-layers wherever possible. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -1116,7 +1116,7 @@ stream:
|
||||
prealloc-sessions: 4096
|
||||
#memcap-policy: ignore
|
||||
checksum-validation: yes # reject incorrect csums
|
||||
#midstream: false
|
||||
midstream: true
|
||||
midstream-policy: pass-packet
|
||||
inline: auto # auto will use inline mode in IPS mode, yes or no set it statically
|
||||
bypass: yes # Bypass packets when stream.reassembly.depth is reached.
|
||||
|
||||
Reference in New Issue
Block a user