Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Net-ISC-DHCPd CPAN distribution.

Report information
The Basics
Id: 64174
Status: resolved
Priority: 0/
Queue: Net-ISC-DHCPd

People
Owner: JHTHORSEN [...] cpan.org
Requestors: kornerr [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.09
Fixed in: (no value)



Subject: No way to modify 'ends' parameter of a OMAPI::Lease
omshell accepts 'set ends = 0' command to alter an active lease state, but there's no such functionality in OMAPI::Lease.
This will be fixed in 0.10, which will be release during the first week of january. Short summary of the change: diff --git a/lib/Net/ISC/DHCPd/Role/Lease.pm b/lib/Net/ISC/DHCPd omapi_attr ends => ( isa => Time, - actions => [qw/examine/], + actions => [qw/examine modify/], );