From: Michael Tremer Date: Thu, 28 Feb 2019 14:28:12 +0000 (+0000) Subject: suricata: Drop sections that require Rust X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=fe5bd1862f2dfce5b3123ed2d2bbb5a360f1cd40 suricata: Drop sections that require Rust Signed-off-by: Michael Tremer Signed-off-by: Stefan Schantl --- diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml index c0101557f7..d7b3c94c4f 100644 --- a/config/suricata/suricata.yaml +++ b/config/suricata/suricata.yaml @@ -192,10 +192,6 @@ app-layer: # smb2 detection is disabled internally inside the engine. #smb2: # enabled: yes - # Note: NFS parser depends on Rust support: pass --enable-rust - # to configure. - nfs: - enabled: no dns: # memcaps. Globally and per flow/state. #global-memcap: 16mb @@ -352,11 +348,6 @@ app-layer: dp: 44818 sp: 44818 - # Note: parser depends on experimental Rust support - # with --enable-rust-experimental passed to configure - ntp: - enabled: no - # Limit for the maximum number of asn1 frames to decode (default 256) asn1-max-frames: 256