[07/20] suricata: Drop sections that require Rust

Message ID 20190228142825.5153-8-michael.tremer@ipfire.org
State Accepted
Commit fe5bd1862f2dfce5b3123ed2d2bbb5a360f1cd40
Headers
Series Suricata Configuration Updates |

Commit Message

Michael Tremer March 1, 2019, 1:28 a.m. UTC
  Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 config/suricata/suricata.yaml | 9 ---------
 1 file changed, 9 deletions(-)
  

Patch

diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml
index e85568803..4f3ac5744 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