make daemon work with new actions roles
This commit is contained in:
@@ -4,7 +4,8 @@ use Dancer ':script';
|
|||||||
use Dancer::Plugin::DBIC 'schema';
|
use Dancer::Plugin::DBIC 'schema';
|
||||||
|
|
||||||
# add dispatch methods for each port control action
|
# add dispatch methods for each port control action
|
||||||
use base 'Netdisco::PortControl::Actions';
|
use base 'Netdisco::Daemon::Actions::Device';
|
||||||
|
use base 'Netdisco::Daemon::Actions::Port';
|
||||||
|
|
||||||
use Daemon::Generic::While1;
|
use Daemon::Generic::While1;
|
||||||
use Netdisco::Util qw/load_nd_config is_discoverable/;
|
use Netdisco::Util qw/load_nd_config is_discoverable/;
|
||||||
|
|||||||
Reference in New Issue
Block a user