Project

General

Profile

Actions

Bug #3279

closed

ikev2 enabled in config even if Rust is disabled

Added by Victor Julien over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Affected Versions:
Effort:
Difficulty:
Label:

Description

Seems we need to make sure ikev2 is disabled in config, so Suricata-Update doesn't enable the rules when they cannot be loaded.

diff --git a/suricata.yaml.in b/suricata.yaml.in
index 6c7883e89..e4d8d05fa 100644
--- a/suricata.yaml.in
+++ b/suricata.yaml.in
@@ -773,7 +773,7 @@ app-layer:
     krb5:
       enabled: @rust_config_enabled@
     ikev2:
-      enabled: yes
+      enabled: @rust_config_enabled@
     tls:
       enabled: yes
       detection-ports:

Actions #1

Updated by Victor Julien over 4 years ago

  • Status changed from New to Assigned
  • Assignee set to Victor Julien
Actions

Also available in: Atom PDF