NAME
Net::ISC::DHCPd::Config::Range - Range config parameter
DESCRIPTION
See Net::ISC::DHCPd::Config::Role for methods and attributes without documentation.
SYNOPSIS
See Net::ISC::DHCPd::Config for synopsis.
NOTES
upper and lower attributes might change from NetAddr::IP to plain strings in the future.
ATTRIBUTES
upper
$ip_obj = $self->upper;
Returns undef or a NetAddr::IP object.
lower
$ip_obj = $self->lower;
Returns undef or a NetAddr::IP object.
METHODS
captured_to_args
See Net::ISC::DHCPd::Config::Role::captured_to_args().
generate
See Net::ISC::DHCPd::Config::Role::generate().
COPYRIGHT & LICENSE
AUTHOR
See Net::ISC::DHCPd.