From 070521cfcbffd333680eba0523a9e95e95e94031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=84?= <1109954+Xeroxxx@users.noreply.github.com> Date: Sun, 10 May 2020 18:14:59 +0200 Subject: [PATCH] Updated Pattern Options for IDS/IPS (#4104) Adding: Aho-Corasick, reduced memory implementation Aho-Corasick, "Ken Steele" variant --- src/opnsense/mvc/app/models/OPNsense/IDS/IDS.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/opnsense/mvc/app/models/OPNsense/IDS/IDS.xml b/src/opnsense/mvc/app/models/OPNsense/IDS/IDS.xml index b5cdd1ce6..3352de0dd 100644 --- a/src/opnsense/mvc/app/models/OPNsense/IDS/IDS.xml +++ b/src/opnsense/mvc/app/models/OPNsense/IDS/IDS.xml @@ -161,7 +161,9 @@ Default Aho-Corasick - Hyperscan + Aho-Corasick, reduced memory implementation + Aho-Corasick, "Ken Steele" variant + Hyperscan Please select a valid pattern matcher algorithm