NAME

Net::ISC::DHCPd::Config::Range - Range config parameter


DESCRIPTION

See the Net::ISC::DHCPd::Config::Role manpage for methods and attributes without documentation.


SYNOPSIS

See the Net::ISC::DHCPd::Config manpage for synopsis.


NOTES

upper and lower attributes might change from the NetAddr::IP manpage to plain strings in the future.


ATTRIBUTES

upper

 $ip_obj = $self->upper;

Returns undef or a the NetAddr::IP manpage object.

lower

 $ip_obj = $self->lower;

Returns undef or a the NetAddr::IP manpage object.


METHODS

captured_to_args

See captured_to_args in the Net::ISC::DHCPd::Config::Role manpage.

generate

See generate in the Net::ISC::DHCPd::Config::Role manpage.


COPYRIGHT & LICENSE


AUTHOR

See the Net::ISC::DHCPd manpage.