From c9ee3592f00f0edc9467643a27ba1505cc8f879a Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 28 Feb 2019 14:28:25 +0000 Subject: [PATCH] suricata: Fix syntax error Signed-off-by: Michael Tremer Signed-off-by: Stefan Schantl --- config/suricata/suricata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml index 083fc54117..9e2221b034 100644 --- a/config/suricata/suricata.yaml +++ b/config/suricata/suricata.yaml @@ -628,7 +628,7 @@ flow-timeouts: # stream: memcap: 256mb - prealloc-sessions: 4k + prealloc-sessions: 4096 checksum-validation: yes # reject wrong csums inline: auto # auto will use inline mode in IPS mode, yes or no set it statically reassembly: -- 2.39.2