]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
convert-ids-multiple-providers: Restart suricata afterwards.
authorStefan Schantl <stefan.schantl@ipfire.org>
Mon, 5 Apr 2021 06:44:00 +0000 (08:44 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 19 Dec 2021 12:23:44 +0000 (13:23 +0100)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
config/suricata/convert-ids-multiple-providers

index 967e44dbbe0c702ebf6baaa521f6d6c19387c563..f9f797c780a38018f04671257ff7d05ed432db98 100644 (file)
@@ -273,7 +273,7 @@ if (-f $old_used_rulefiles_file) {
 #
 
 # Check if the IDS is running.
-#if(&IDS::ids_is_running()) {
-#      # Call suricatactrl to restart it.
-#      &IDS::call_suricatactrl("restart");
-#}
+if(&IDS::ids_is_running()) {
+       # Call suricatactrl to restart it.
+       &IDS::call_suricatactrl("restart");
+}