add maybe_uplink to device_port; more macsuck implementation

This commit is contained in:
Oliver Gorwits
2013-05-24 21:10:34 +01:00
parent 88371026d5
commit be40788987
10 changed files with 442 additions and 11 deletions

View File

@@ -51,6 +51,7 @@ if (!length $action) {
use Moo;
with 'App::Netdisco::Daemon::Worker::Poller::Device';
with 'App::Netdisco::Daemon::Worker::Poller::Arpnip';
with 'App::Netdisco::Daemon::Worker::Poller::Macsuck';
}
my $worker = MyWorker->new();