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

NAME

Net::ISC::DHCPd::Config::OptionSpace - Optionspace config parameter

DESCRIPTION

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

SYNOPSIS

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

OBJECT ATTRIBUTES

options

A list of parsed Net::ISC::DHCPd::Config::OptionSpace::Option objects.

name

 $string = $self->name;

Name of the option namespace.

code

 $dhcp_option_code = $self->code

DHCP option number/code.

prefix

Human readable prefix of all child Net::ISC::DHCPd::Config::OptionsSpace::Option objects.

regex

endpoint

METHODS

captured_to_args

captured_endpoint

generate

AUTHOR

See Net::ISC::DHCPd.