diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2014-04-30 21:02:11 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2014-04-30 21:02:11 -0400 |
commit | 7bb99d97c33021c4e4cacb0b8dd739be5933c61f (patch) | |
tree | 029965b7f7cec1024adf1ccdb4f9021b53732649 /config/suricata/suricata_yaml_template.inc | |
parent | ae28f7ce8af377985864b8df5e24b5c98e387e71 (diff) | |
download | pfsense-packages-7bb99d97c33021c4e4cacb0b8dd739be5933c61f.tar.gz pfsense-packages-7bb99d97c33021c4e4cacb0b8dd739be5933c61f.tar.bz2 pfsense-packages-7bb99d97c33021c4e4cacb0b8dd739be5933c61f.zip |
Allow disabling of 'Delayed Detect' feature when required.
Diffstat (limited to 'config/suricata/suricata_yaml_template.inc')
-rw-r--r-- | config/suricata/suricata_yaml_template.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/suricata/suricata_yaml_template.inc b/config/suricata/suricata_yaml_template.inc index 4ced9059..c20ca8db 100644 --- a/config/suricata/suricata_yaml_template.inc +++ b/config/suricata/suricata_yaml_template.inc @@ -117,7 +117,7 @@ detect-engine: - sgh-mpm-context: {$sgh_mpm_ctx} - inspection-recursion-limit: {$inspection_recursion_limit} - rule-reload: true - - delayed-detect: yes + - delayed-detect: {$delayed_detect} # Suricata is multi-threaded. Here the threading can be influenced. threading: |