rename portcontrl file
This commit is contained in:
@@ -4,7 +4,7 @@ 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';
|
use base 'Netdisco::PortControl::Actions';
|
||||||
|
|
||||||
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/;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
package Netdisco::PortControl;
|
package Netdisco::PortControl::Actions;
|
||||||
|
|
||||||
use Netdisco::Util ':port_control';
|
use Netdisco::Util ':port_control';
|
||||||
use Try::Tiny;
|
use Try::Tiny;
|
||||||
Reference in New Issue
Block a user