NAME
Net::ISC::DHCPd::Config::OptionSpace - Optionspace config parameter
DESCRIPTION
See Net::ISC::DHCPd::Config::Role for methods and attributes without documentation.
An instance from this class, comes from / will produce:
option space $prefix_attribute_value;
$options_attribute_value
option $name_attribute_value code \
$code_attribute_value = encapsulate $prefix_attribute_value;
SYNOPSIS
See "SYNOPSIS" in Net::ISC::DHCPd::Config.
ATTRIBUTES
options
A list of parsed Net::ISC::DHCPd::Config::OptionSpace::Option objects.
name
Name of the option namespace as a string.
code
DHCP option number/code as an int.
prefix
Human readable prefix of all child Net::ISC::DHCPd::Config::OptionSpace::Option objects.
METHODS
slurp
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.