NAME
Net::ISC::DHCPd::Config::Range6 - Range6 config parameter
DESCRIPTION
See Net::ISC::DHCPd::Config::Role for methods and attributes without documentation.
An instance from this class, comes from / will produce:
range6 $lower_attribute_value $upper_attribute_value;
or
range6 $lower_attribute_value temporary;
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.
temporary
In place of an upper address range, you can specify that the range is for temporary addresses and it will be used like RFC4941
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.