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.

OBJECT 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.

regex

METHODS

captured_to_args

generate

AUTHOR

See Net::ISC::DHCPd.