From 7281ae6e8014b50ab4e37b0b39c4dd739b5434b3 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Mon, 31 Aug 2015 18:05:17 +0200 Subject: [PATCH] yaml: add missing ippair section --- suricata.yaml.in | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/suricata.yaml.in b/suricata.yaml.in index fa0fb9a00f..56d4d3628f 100644 --- a/suricata.yaml.in +++ b/suricata.yaml.in @@ -906,6 +906,15 @@ host: prealloc: 1000 memcap: 16777216 +# IP Pair table: +# +# Used by xbits 'ippair' tracking. +# +#ippair: +# hash-size: 4096 +# prealloc: 1000 +# memcap: 16777216 + # Logging configuration. This is not about logging IDS alerts, but # IDS output about what its doing, errors, etc. logging: -- 2.47.2