add arpnip and macsuck hooks and exec hook implementation

This commit is contained in:
Oliver Gorwits
2020-12-30 20:38:45 +00:00
parent 28349eb489
commit 351927d384
9 changed files with 77 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ register_worker({ phase => 'late' }, sub {
if ($conf->{'event'} eq 'arpnip') {
$count += queue_hook('arpnip', $conf);
sprintf ' [%s] hooks - %s queued', 'arpnip', $job->device;
debug sprintf ' [%s] hooks - %s queued', 'arpnip', $job->device;
}
}