NAME
Net::ISC::DHCPd::OMAPI::Control - OMAPI control class
SEE ALSO
Net::ISC::DHCPd::OMAPI::Actions. Net::ISC::DHCPd::OMAPI::Meta::Attribute.
SYNOPSIS
use Net::ISC::DHCPd::OMAPI;
$omapi = Net::ISC::DHCPd::OMAPI->new(...);
$omapi->connect
$control = $omapi->new_object("control", { $attr => $value });
$control->read; # retrieve server information
$control->$attr($value); # update a value
$control->write; # write to server
METHODS
shutdown_server
$bool = $self->shutdown_server;
Will shutdown the remote server. See dhcpd.8
for details.
ACKNOWLEDGEMENTS
Most of the documentation is taken from dhcpd(8)
.
COPYRIGHT & LICENSE
AUTHOR
See Net::ISC::DHCPd.