From: Michael Tremer Date: Thu, 28 Feb 2019 14:28:23 +0000 (+0000) Subject: suricata: Disable decoding for Teredo X-Git-Tag: v2.23-core131~117^2~14 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=890f1bf2954328f5e811757754d815dedf6f92c1 suricata: Disable decoding for Teredo This decoder is not very accurate and Teredo has been disabled in Windows by default. Nobody will use this. Signed-off-by: Michael Tremer Signed-off-by: Stefan Schantl --- diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml index 0131059108..369ed2ab2f 100644 --- a/config/suricata/suricata.yaml +++ b/config/suricata/suricata.yaml @@ -665,7 +665,7 @@ decoder: # Teredo decoder is known to not be completely accurate # it will sometimes detect non-teredo as teredo. teredo: - enabled: true + enabled: false ##