X-Git-Url: http://git.ipfire.org/?p=people%2Fstevee%2Fguardian.git;a=blobdiff_plain;f=modules%2FEvents.pm;h=8f04f3d6cab3ef580242f895d6c57aea1242a9b6;hp=fa3be24dabe7d58f0f202267dcbbf669696ecd57;hb=7c8f06961cbc4b1bb7e0bfd2b758c32841f692c2;hpb=730c1d034a641b716b362d95a04e670c828e8652 diff --git a/modules/Events.pm b/modules/Events.pm index fa3be24..8f04f3d 100644 --- a/modules/Events.pm +++ b/modules/Events.pm @@ -4,7 +4,7 @@ use warnings; use Exporter qw(import); -our @EXPORT_OK = qw(Init CheckAction Update); +our @EXPORT_OK = qw(Init CheckAction GenerateIgnoreList Update); # Hash which stores all supported commands from the queue. my %commands = ( @@ -339,7 +339,8 @@ sub GenerateIgnoreList($) { # ## Private function to check if an address is part of the Ignore Hash. # -## This function requires +## This function checks if a passed IP address in binary format (!), +## directly or as part of an ignored network is stored in the ignore hash. # sub _IsOnIgnoreList ($) { my $bin_address = shift;