Add PoE control to port_control (+ up/down,vlan,name,location,contact)

This commit is contained in:
Oliver Gorwits
2012-12-10 21:59:24 +00:00
parent 3b90e28843
commit 2bee416c77
5 changed files with 74 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ sub gd_run_body {
# get all pending jobs
my $rs = schema('netdisco')->resultset('Admin')->search({
action => [qw/location contact portcontrol portname vlan/],
action => [qw/location contact portcontrol portname vlan power/],
status => 'queued',
});