Actions
Bug #3279
closedikev2 enabled in config even if Rust is disabled
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:
Updated by Victor Julien almost 5 years ago
- Status changed from New to Assigned
- Assignee set to Victor Julien
Updated by Victor Julien almost 5 years ago
- Status changed from Assigned to Closed
Actions