]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
ids-functions.pl: Require ruleset-sources file for provider details.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 20 Mar 2021 14:57:51 +0000 (15:57 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Wed, 8 Sep 2021 17:37:22 +0000 (19:37 +0200)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
config/cfgroot/ids-functions.pl

index dd5257a45586f7e18814e9de9025fec229aa80bd..3472570707145752386ce88195deec1eede85a43 100644 (file)
@@ -25,6 +25,7 @@ package IDS;
 
 require '/var/ipfire/general-functions.pl';
 require "${General::swroot}/network-functions.pl";
+require "${General::swroot}/suricata/ruleset-sources";
 
 # Location where all config and settings files are stored.
 our $settingsdir = "${General::swroot}/suricata";