NAME

Net::ISC::DHCPd::Config::KeyValue - Misc option 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.


ATTRIBUTES

name

 $string = $self->name;

Name of the option.

value

 $string = $self->value;

Value of the option.

quoted

 $bool = $self->quoted;

This flag tells if the option value should be quoted or not.


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.