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 "captured_to_args" in Net::ISC::DHCPd::Config::Role.

generate

See "generate" in Net::ISC::DHCPd::Config::Role.

COPYRIGHT & LICENSE

AUTHOR

See Net::ISC::DHCPd.