The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

DESCRIPTION

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

An instance from this class, comes from / will produce:

    range $lower_attribute_value $upper_attribute_value;

SYNOPSIS

See "SYNOPSIS" in Net::ISC::DHCPd::Config.

NOTES

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

ATTRIBUTES

upper

This attribute holds a NetAddr::IP object, representing the highest IP address in the range.

lower

This attribute holds a NetAddr::IP object, representing the lowest IP address in the range.

regex

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

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.