]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
suricata: Drop sections that require Rust
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 28 Feb 2019 14:28:12 +0000 (14:28 +0000)
committerStefan Schantl <stefan.schantl@ipfire.org>
Fri, 1 Mar 2019 16:55:26 +0000 (17:55 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
config/suricata/suricata.yaml

index c0101557f75bec747c7db882dbd8a632737512f5..d7b3c94c4f35f9c5c5bbe367588209750d4a6402 100644 (file)
@@ -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