mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-22 00:42:59 +02:00
ids-functions.pl: Log the download attempt of a ruleset.
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -320,6 +320,9 @@ sub downloadruleset ($) {
|
||||
|
||||
# Loop through the hash of sheduled providers.
|
||||
foreach my $provider ( keys %sheduled_providers) {
|
||||
# Log download/update of the ruleset.
|
||||
&_log_to_syslog("Downloading ruleset for provider: $provider.");
|
||||
|
||||
# Grab the download url for the provider.
|
||||
my $url = $IDS::Ruleset::Providers{$provider}{'dl_url'};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user